Skip to content

Commit

Permalink
fix: move everything to "BuyMeACoffee" (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Apr 9, 2024
1 parent 32a8f6f commit 7574765
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/views/livewire/medals-leaderboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<div class="content" style="white-space: nowrap">
@include('partials.links.player', ['player' => $result->player])
@if ($result->player?->is_donator)
<span class="tag is-success" data-tooltip="Donated via BuyMeACoffee." style="border-bottom: 0;">
<span class="tag is-success" data-tooltip="Donated via BuyMeACoffee" style="border-bottom: 0;">
<i class="fas fa-leaf"></i>
</span>
@endif
Expand Down
2 changes: 1 addition & 1 deletion resources/views/livewire/top-ten-leaderboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<div class="content" style="white-space: nowrap">
@include('partials.links.player', ['player' => $result->player])
@if ($result->player?->is_donator)
<span class="tag is-success" data-tooltip="Donated via BuyMeACoffee." style="border-bottom: 0;">
<span class="tag is-success" data-tooltip="Donated via BuyMeACoffee" style="border-bottom: 0;">
<i class="fas fa-leaf"></i>
</span>
@endif
Expand Down
2 changes: 1 addition & 1 deletion resources/views/pages/player.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@if ($player->is_donator)
<div class="notification is-success mb-2">
<i class="fas fa-leaf"></i>
<span class="has-tooltip-arrow" data-tooltip="Donated via BuyMeACoffee.">
<span class="has-tooltip-arrow" data-tooltip="Donated via BuyMeACoffee">
Donator
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/partials/global/navigation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{{ csrf_field() }}
</form>
@endauth
<a target="_blank" href="https://www.buymeacoffee.com/iBotPeaches" rel="nofollow" class="button is-warning">
<a target="_blank" href="https://www.buymeacoffee.com/iBotPeaches" rel="nofollow" class="button is-warning has-tooltip-bottom" data-tooltip="Donate">
<i class="fas fa-coffee"></i>
</a>
</div>
Expand Down

0 comments on commit 7574765

Please sign in to comment.