Skip to content

Commit f721d7f

Browse files
committed
card button update
1 parent 640c4ca commit f721d7f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

public/build/assets/app-frontend-BwoEp9fS.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/build/assets/app-frontend-Cv5wTdwu.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"src": "node_modules/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2"
3737
},
3838
"resources/css/app-frontend.css": {
39-
"file": "assets/app-frontend-BwoEp9fS.css",
39+
"file": "assets/app-frontend-Cv5wTdwu.css",
4040
"src": "resources/css/app-frontend.css",
4141
"isEntry": true
4242
},

resources/views/components/frontend/card.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{!! $slot !!}
2121
</div>
2222
<div class="px-5 pb-5 text-end">
23-
<a class="inline-flex items-center rounded bg-gray-200 px-3 py-2 text-sm text-gray-700 outline outline-1 outline-gray-800 hover:bg-gray-700 hover:text-gray-100 focus:outline-none"
23+
<a class="inline-flex items-center rounded bg-gray-200 px-3 py-2 text-sm text-gray-700 outline outline-1 outline-gray-800 hover:bg-gray-700 hover:text-gray-100 focus:outline-none dark:bg-gray-700 dark:text-gray-300 dark:hover:bg-gray-600"
2424
href="{{ $url }}">
2525
View details
2626
<svg class="-mr-1 ml-2 h-4 w-4" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">

0 commit comments

Comments
 (0)