Skip to content

Commit 16672cd

Browse files
committed
Improve posts
1 parent 5c44ba0 commit 16672cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/views/post/_popular_pagination.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
@if($popular->hasMorePages())
33
<a href="{{ $popular->nextPageUrl()}}"
44
data-turbo-method="post"
5-
class="link-body-emphasis text-decoration-none fw-bolder">Показать ещё</a>
5+
class="link-body-emphasis text-decoration-none fw-semibold">Показать ещё</a>
66
@endif
77
</div>

resources/views/post/show.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<x-container>
88
<div class="row">
9-
<div class="bg-body-tertiary p-4 p-xl-5 rounded z-1 position-relative">
9+
<article class="bg-body-tertiary p-4 p-xl-5 rounded z-1 position-relative">
1010

1111
<button type="button"
1212
data-controller="history"
@@ -92,7 +92,7 @@ class="text-body-secondary ms-auto user-select-none small"
9292
datetime="{{ $post->created_at->toISOString() }}">{{ $post->created_at->diffForHumans() }}</time>
9393
</div>
9494
</div>
95-
</div>
95+
</article>
9696
</div>
9797
</x-container>
9898

0 commit comments

Comments
 (0)