File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
@if ($popular -> hasMorePages () )
3
3
<a href =" {{ $popular -> nextPageUrl () } }"
4
4
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 >
6
6
@endif
7
7
</div >
Original file line number Diff line number Diff line change 6
6
7
7
<x-container >
8
8
<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" >
10
10
11
11
<button type =" button"
12
12
data-controller =" history"
@@ -92,7 +92,7 @@ class="text-body-secondary ms-auto user-select-none small"
92
92
datetime =" {{ $post -> created_at -> toISOString () } }" >{{ $post -> created_at -> diffForHumans () } } </time >
93
93
</div >
94
94
</div >
95
- </div >
95
+ </article >
96
96
</div >
97
97
</x-container >
98
98
You can’t perform that action at this time.
0 commit comments