Skip to content

Commit

Permalink
card button update
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirkhan committed Sep 18, 2024
1 parent 640c4ca commit f721d7f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion public/build/assets/app-frontend-BwoEp9fS.css

This file was deleted.

1 change: 1 addition & 0 deletions public/build/assets/app-frontend-Cv5wTdwu.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"src": "node_modules/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2"
},
"resources/css/app-frontend.css": {
"file": "assets/app-frontend-BwoEp9fS.css",
"file": "assets/app-frontend-Cv5wTdwu.css",
"src": "resources/css/app-frontend.css",
"isEntry": true
},
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/frontend/card.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{!! $slot !!}
</div>
<div class="px-5 pb-5 text-end">
<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"
<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"
href="{{ $url }}">
View details
<svg class="-mr-1 ml-2 h-4 w-4" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
Expand Down

0 comments on commit f721d7f

Please sign in to comment.