Skip to content

Commit

Permalink
fix(subs): center next hourglass message
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Nov 4, 2024
1 parent c341f0d commit e88ff5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/client/src/components/settings/subscription.vue
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
v-html="icons.hourglassLeft"
>
</div>
<div v-if="nextHourGlass">
<div v-if="nextHourGlass" class="text-center">
<div
class="white mb-1"
>
Expand Down

0 comments on commit e88ff5c

Please sign in to comment.