there's no need to capitalize EVERYTHING

This commit is contained in:
2023-12-10 18:55:13 -07:00
parent 97ef78f5dd
commit 0d55a722c5

View File

@@ -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>