We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee78995 commit 6e2dcefCopy full SHA for 6e2dcef
resources/views/default/layouts/navigation.blade.php
@@ -5,6 +5,10 @@
5
wire:key="{{ $step->id() }}-navigation"
6
class="flex items-center whitespace-nowrap gap-x-3"
7
>
8
+ @if(!$loop->first)
9
+ <span class="text-gray-300 select-none" aria-hidden="true">/</span>
10
+ @endif
11
+
12
<button
13
type="button"
14
class="
@@ -23,10 +27,6 @@ class="
23
27
24
28
{{ $step->display() }}
25
29
</button>
26
-
- @if(!$loop->last)
- <span class="text-gray-300 select-none" aria-hidden="true">/</span>
- @endif
30
</li>
31
@endforeach
32
</ol>
0 commit comments