File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/views/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
</div >
21
21
22
22
<div class =" flex justify-between" >
23
- <a href =" {{ route (' cachet.status-page' , [' from' => $nextPeriodFrom ]) } }" class =" flex items-center gap-1 border py-2 px-3 rounded-lg text-zinc-500 dark:text-zinc-400 hover:underline text-sm" >
23
+ <a href =" {{ route (' cachet.status-page' , [' from' => $nextPeriodFrom ]) } }" class =" flex items-center gap-1 border dark:border-zinc-400 py-2 px-3 rounded-lg text-zinc-500 dark:text-zinc-400 hover:underline text-sm" >
24
24
<x-heroicon-m-chevron-left class =" size-5" />
25
25
{{ __ (' Previous' ) } }
26
26
</a >
27
27
28
28
@if ($canPageForward )
29
- <a href =" {{ route (' cachet.status-page' , [' from' => $nextPeriodTo ]) } }" class =" flex items-center gap-1 border py-2 px-3 rounded-lg text-zinc-500 dark:text-zinc-400 hover:underline text-sm" >
29
+ <a href =" {{ route (' cachet.status-page' , [' from' => $nextPeriodTo ]) } }" class =" flex items-center gap-1 border dark:border-zinc-400 py-2 px-3 rounded-lg text-zinc-500 dark:text-zinc-400 hover:underline text-sm" >
30
30
{{ __ (' Next' ) } }
31
31
<x-heroicon-m-chevron-right class =" size-5" />
32
32
</a >
You can’t perform that action at this time.
0 commit comments