Skip to content

Commit

Permalink
Update index.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Aug 27, 2024
1 parent 54e4ba7 commit 90512f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/blog/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class="md:hidden relative z-10 order-first mb-3 flex items-center text-sm text-o
class="h-4 w-0.5 rounded-full bg-orange-200 dark:bg-orange-500"></span></span>{{ now()->subMonth(1) > $post->published_at ? $post->published_at->isoFormat('D. MMMM YYYY') : $post->published_at->diffForHumans() }}
</time>
<h2 class="text-2xl font-semibold tracking-tight text-slate-800 dark:text-slate-100 hover:text-orange-500">
<div
class="absolute -inset-x-4 -inset-y-6 z-0 scale-95 bg-slate-100 opacity-0 transition group-hover:scale-100 group-hover:opacity-100 dark:bg-slate-800/50 sm:-inset-x-6 sm:rounded-2xl"></div>
<span
class="absolute -inset-x-4 -inset-y-6 z-0 scale-95 bg-slate-100 opacity-0 transition group-hover:scale-100 group-hover:opacity-100 dark:bg-slate-800/50 sm:-inset-x-6 sm:rounded-2xl"></span>
<a href="{{ route('blog.show', $post->slug) }}"><span
class="absolute -inset-x-4 -inset-y-6 z-20 sm:-inset-x-6 sm:rounded-2xl"></span><span
class="relative z-10">{{ $post->title }}</span></a>
Expand Down

0 comments on commit 90512f9

Please sign in to comment.