💄 Added a sidebar button tp access the quotes
This commit is contained in:
parent
7f10bee755
commit
5ad259e57d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user