Skip to content

Commit

Permalink
Add discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Oct 30, 2024
1 parent 46a1897 commit 6515cc9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion resources/views/pizza_pets.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,13 @@ class="w-60 rounded-md bg-white/5 shadow-2xl ring-1 ring-white/10"
class="underline underline-offset-2 hover:underline-offset-4"
href="{{ $socials->telegram_url }}"
target="_blank"
>Telegram</a>!
>Telegram</a>
or
<a
class="underline underline-offset-2 hover:underline-offset-4"
href="{{ $socials->discord_url }}"
target="_blank"
>Discord</a> !
</p>
</div>
</x-layout.main>

0 comments on commit 6515cc9

Please sign in to comment.