Renamed Home to List in sidebar

This commit is contained in:
Eduard Urbach 2019-06-24 08:10:17 +09:00
parent 1f2552f0fb
commit 9acc85fe87
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -27,7 +27,7 @@ component Sidebar(searchTerm string, user *arn.User)
//- Sidebar buttons
if user != nil
SidebarButton("Home", "/+" + user.Nick + "/animelist/watching", "home")
SidebarButton("List", "/+" + user.Nick + "/animelist/watching", "list")
else
SidebarButton("Home", "/", "home")