diff --git a/pages/profile/stats.pixy b/pages/profile/stats.pixy index 199fbf3c..82e1366f 100644 --- a/pages/profile/stats.pixy +++ b/pages/profile/stats.pixy @@ -3,13 +3,13 @@ component ProfileStats(stats *utils.UserStats, viewUser *arn.User, user *arn.Use .widgets each pie in stats.PieCharts - .widget + .widget.mountable h3.widget-title Icon("pie-chart") span= pie.Title PieChart(pie.Slices) .footer.text-center - span You spent + span= viewUser.Nick + " spent " span= int(stats.AnimeWatchingTime / time.Hour / 24) span days watching anime. \ No newline at end of file