Anime list no longer embedded in profile
This commit is contained in:
@ -6,7 +6,7 @@ component ExtensionNavigation(user *arn.User)
|
||||
button.action(data-trigger="click", data-action="toggleSidebar")
|
||||
RawIcon("bars")
|
||||
|
||||
if user != nil
|
||||
if user != nil && !user.IsPro()
|
||||
.spacer
|
||||
|
||||
a.button(href="/support", target="_blank")
|
||||
|
Reference in New Issue
Block a user