generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
BB
committed
Jul 11, 2024
1 parent
07ca5b6
commit 2f374ad
Showing
3 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
<div wire:poll.{{$this->delay}}> | ||
<h1 class="mt-5 text-3xl text-gray-100 leading-snug min-h-33">{{ $quotes }}</h1> | ||
<div class="container w-96 min-h-64 max-h-96 overflow-hidden m-2 p-2" wire:poll.{{$this->delay}}> | ||
<h1 class="text-2xl text-gray-100 leading-snug min-h-33">{{ $quotes }}</h1> | ||
|
||
<div class="mt-20"> | ||
<div class="block pt-2"> | ||
<p class="font-serif font-bold text-xl">- {{ $sources }}</p> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> |