From 86a85049b35ca47b5e70f4dba53e47a02ee59f11 Mon Sep 17 00:00:00 2001 From: akastijn Date: Fri, 24 Oct 2025 22:20:50 +0200 Subject: [PATCH] center p --- frontend/src/app/pages/vote/vote.component.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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) {