From 9acbddf1be33ae8ad8c631f3613a899db1fcc55f Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 23 Jul 2017 05:57:33 +0200 Subject: [PATCH] Minor changes --- mixins/Sidebar.pixy | 2 +- pages/home/home.pixy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mixins/Sidebar.pixy b/mixins/Sidebar.pixy index 7b1d0ee5..2b0afda3 100644 --- a/mixins/Sidebar.pixy +++ b/mixins/Sidebar.pixy @@ -21,7 +21,7 @@ component Sidebar(user *arn.User) .spacer - SidebarButton("Help", "/thread/I3MMiOtzR", "question") + SidebarButton("Help", "/thread/I3MMiOtzR", "question-circle") if user != nil SidebarButtonNoAJAX("Logout", "/logout", "sign-out") diff --git a/pages/home/home.pixy b/pages/home/home.pixy index 499c5b50..6ab77741 100644 --- a/pages/home/home.pixy +++ b/pages/home/home.pixy @@ -1,3 +1,3 @@ component Home(animeList *arn.AnimeList, viewUser *arn.User, user *arn.User, status string) - StatusTabs("/animelist/") + StatusTabs("/animelist") AnimeListFilteredByStatus(animeList, viewUser, user, status) \ No newline at end of file