Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Oct 19, 2024
1 parent 6c88552 commit 1610e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/social-links.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class="pl-6 hover:text-slate-200"
rel="noopener"
>
<span class="sr-only">Twitter / X</span>
<x-icon-twitter-x class="w-6 h-6" />
<x-icon-twitter-x class="w-6 h-6"/>
</a>
<a
href="{{ $socials->telegram_url }}"
Expand All @@ -14,5 +14,5 @@ class="pl-6 hover:text-slate-200"
rel="noopener"
>
<span class="sr-only">Telegram</span>
<x-icon-telegram class="w-6 h-6" />
<x-icon-telegram class="w-6 h-6"/>
</a>

0 comments on commit 1610e8e

Please sign in to comment.