Skip to content

Commit

Permalink
🇺🇦 ❤️
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Mar 1, 2022
1 parent 438ccc0 commit 54194ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=a9ed37c629f1a4ac6473",
"/css/app.css": "/css/app.css?id=e32aaaad91b64739c05c"
"/css/app.css": "/css/app.css?id=14eed065634adcad8dc1"
}
3 changes: 2 additions & 1 deletion resources/views/components/gradient-text.blade.php
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<span class="font-bold text-transparent bg-clip-text bg-gradient-to-r dark:from-yellow-400 dark:to-red-400 from-red-600 to-red-400">{{ $slot }}</span>
<span class="font-bold text-transparent bg-clip-text bg-gradient-to-r from-blue-600 to-yellow-400">{{ $slot }}</span>
{{-- dark:from-yellow-400 dark:to-red-400 from-red-600 to-red-400 --}}

0 comments on commit 54194ca

Please sign in to comment.