Skip to content

Commit e88ff5c

Browse files
committed
fix(subs): center next hourglass message
1 parent c341f0d commit e88ff5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/client/src/components/settings/subscription.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
v-html="icons.hourglassLeft"
318318
>
319319
</div>
320-
<div v-if="nextHourGlass">
320+
<div v-if="nextHourGlass" class="text-center">
321321
<div
322322
class="white mb-1"
323323
>

0 commit comments

Comments
 (0)