Skip to content

Commit

Permalink
Fix hidden BitBucket Livewire icon
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher authored Sep 21, 2023
1 parent c4aa69a commit 120c736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="flex items-center justify-center">
@if (JoelButcher\Socialstream\Socialstream::hasBitbucketSupport())
<a href="{{ route('oauth.redirect', ['provider' => JoelButcher\Socialstream\Providers::bitbucket()]) }}">
<x-socialstream-icons.bitbucket />
<x-socialstream-icons.bitbucket class="h-6 w-6 mx-2" />
<span class="sr-only">BitBucket</span>
</a>
@endif
Expand Down

0 comments on commit 120c736

Please sign in to comment.