💄 Added a sidebar button tp access the quotes

This commit is contained in:
Scott 2018-01-26 11:31:24 +01:00
parent 7f10bee755
commit 5ad259e57d

View File

@ -17,6 +17,7 @@ component Sidebar(user *arn.User)
SidebarButton("Explore", "/explore", "th")
SidebarButton("Calendar", "/calendar", "calendar")
SidebarButton("Soundtracks", "/soundtracks", "headphones")
SidebarButton("Quotes", "/quotes", "quote-left")
SidebarButton("Users", "/users", "globe")
if user != nil