Browse Source

there's no need to capitalize EVERYTHING

design-tweaks-2023-12
Trent Larson 9 months ago
parent
commit
0d55a722c5
  1. 2
      src/views/AccountViewView.vue

2
src/views/AccountViewView.vue

@ -321,7 +321,7 @@
<div class="flex py-2">
<button
@click="alertWebPushSubscription()"
class="block text-center text-md uppercase bg-blue-500 text-white px-1.5 py-2 rounded-md mb-2"
class="block text-center text-md bg-blue-500 text-white px-1.5 py-2 rounded-md mb-2"
>
Show Subscription from Web Push Server
</button>

Loading…
Cancel
Save