diff --git a/frontend/src/app/pages/vote/vote.component.html b/frontend/src/app/pages/vote/vote.component.html index 413591a..669592f 100644 --- a/frontend/src/app/pages/vote/vote.component.html +++ b/frontend/src/app/pages/vote/vote.component.html @@ -42,13 +42,10 @@
@if (voteStats) { -
-
-

You have voted {{ voteStats.voteStats.total }} times and {{ voteStats.voteStats.weekly }} this week. You - are - on a {{ voteStats.voteStreak.dailyStreak }} day vote streak!

-
-
+

You have voted {{ voteStats.voteStats.total }} times + and {{ voteStats.voteStats.weekly }} this week. You + are + on a {{ voteStats.voteStreak.dailyStreak }} day vote streak!

}
@for (voteSite of Object.keys(voteSites); track voteSite) {