Skip to content

Commit

Permalink
[Fix] Welcome Banner
Browse files Browse the repository at this point in the history
- Fixed One Piece banner link
  • Loading branch information
kiritokatklian committed Oct 18, 2024
1 parent 152078b commit c8da0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class="absolute h-full w-full"
x-transition:leave-end="-translate-x-full"
>
<div class="absolute top-0 left-0 bottom-0 right-0">
<img class="h-screen w-full object-cover lazyload" data-sizes="auto" data-src="https://cdn.kurozora.app/149148/7cf55c46-7aba-457e-936d-27340f5d67c4.webp?v=1637190880" alt="One Piece Banner Image" title="One Piece">
<img class="h-screen w-full object-cover lazyload" data-sizes="auto" data-src="https://cdn.kurozora.app/282337/ba723eab-e371-407b-b8c8-32a290a95141.webp?v=1724601483" alt="One Piece Banner Image" title="One Piece">

<div class="absolute top-0 left-0 right-0 h-screen" style="background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 75%);"></div>
</div>
Expand Down

0 comments on commit c8da0f8

Please sign in to comment.