Added support link to extension
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
component BrowserExtension(watchingList *arn.AnimeList, viewUser *arn.User, user *arn.User)
|
||||
AnimeList(watchingList, viewUser, user)
|
||||
|
||||
component ExtensionNavigation
|
||||
component ExtensionNavigation(user *arn.User)
|
||||
nav.extension-navigation
|
||||
button.action(data-trigger="click", data-action="toggleSidebar")
|
||||
RawIcon("bars")
|
||||
RawIcon("bars")
|
||||
|
||||
if user != nil
|
||||
.spacer
|
||||
|
||||
a.button(href="/support", target="_blank")
|
||||
RawIcon("heart")
|
Reference in New Issue
Block a user