From 3caad5cb0d45cdfc85518c5139f5d36ea2c63002 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 30 Sep 2017 15:05:25 +0200 Subject: [PATCH] Removed horizontal line in profile --- pages/profile/profile.pixy | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/profile/profile.pixy b/pages/profile/profile.pixy index 2ff3b5cc..2ccb0985 100644 --- a/pages/profile/profile.pixy +++ b/pages/profile/profile.pixy @@ -89,7 +89,6 @@ component ProfileNavigation(viewUser *arn.User, uri string) span.tab-text Followers if strings.Contains(uri, "/animelist") - hr StatusTabs("/+" + viewUser.Nick + "/animelist") component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList, threads []*arn.Thread, posts []*arn.Post, tracks []*arn.SoundTrack, uri string)