improve message-delivery-method-web-push, change share buttons size to text-3xl
Main daploy / deploy (push) Successful in 49s

This commit is contained in:
2024-11-29 00:23:48 +02:00
parent 8c0e0ccc96
commit a393a195d0
2 changed files with 37 additions and 31 deletions
+3 -3
View File
@@ -22,7 +22,7 @@
<div class="mb-8">
<h2 class="text-xl font-semibold mb-4">Рассказать друзьям</h2>
<p class="text-gray-600 mb-4">Поделитесь ссылкой на НаСвязи:</p>
<div class="flex justify-center gap-4">
<div class="flex justify-center gap-6">
<!-- Telegram -->
<a
:href="telegramShareUrl"
@@ -30,7 +30,7 @@
rel="noopener noreferrer"
class="p-button-rounded p-button-text p-button-lg inline-flex items-center justify-center"
>
<i class="pi pi-telegram text-xl text-blue-500"></i>
<i class="pi pi-telegram !text-3xl text-blue-500"></i>
</a>
<!-- WhatsApp -->
@@ -40,7 +40,7 @@
rel="noopener noreferrer"
class="p-button-rounded p-button-text p-button-lg inline-flex items-center justify-center"
>
<i class="pi pi-whatsapp text-xl text-green-500"></i>
<i class="pi pi-whatsapp !text-3xl text-green-500"></i>
</a>
</div>
</div>