diff --git a/pages/profile/stats.pixy b/pages/profile/stats.pixy index d28ae75d..c99822b4 100644 --- a/pages/profile/stats.pixy +++ b/pages/profile/stats.pixy @@ -9,7 +9,7 @@ component ProfileStats(stats *utils.UserStats, viewUser *arn.User, user *arn.Use span= pie.Title PieChart(pie.Slices) - .footer + .footer.mountable span= viewUser.Nick + " spent " span= int(stats.AnimeWatchingTime / time.Hour / 24) span days watching anime. \ No newline at end of file