This commit is contained in:
akastijn 2025-10-24 22:20:50 +02:00
parent cf73303218
commit 86a85049b3

View File

@ -42,13 +42,10 @@
</section>
<section class="voteSection">
@if (voteStats) {
<div class="full-width">
<div class="centered">
<p>You have voted {{ voteStats.voteStats.total }} times and {{ voteStats.voteStats.weekly }} this week. You
<p style="text-align: center">You have voted {{ voteStats.voteStats.total }} times
and {{ voteStats.voteStats.weekly }} this week. You
are
on a {{ voteStats.voteStreak.dailyStreak }} day vote streak!</p>
</div>
</div>
}
<div class="container voteContainer">
@for (voteSite of Object.keys(voteSites); track voteSite) {