diff --git a/pages/profile/profile.pixy b/pages/profile/profile.pixy index b1ac70db..ca6f0c21 100644 --- a/pages/profile/profile.pixy +++ b/pages/profile/profile.pixy @@ -18,7 +18,7 @@ component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList, span JSON component ProfileTabs(viewUser *arn.User, uri string) - .tabs + .tabs.mountable.never-unmount Tab("Anime", "th", "/+" + viewUser.Nick) Tab("Characters", "child", "/+" + viewUser.Nick + "/characters/liked") Tab("Forum", "comment", "/+" + viewUser.Nick + "/forum/threads")