add svg icons to show page
This commit is contained in:
parent
5cec6ad76e
commit
d32b262cdf
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
<svg class="si base--color me-2">
|
<svg class="si base--color me-2">
|
||||||
<use href="#si-home"></use>
|
<use href="#si-home"></use>
|
||||||
</svg>
|
</svg>
|
||||||
<a href="{{route('home')}}" class="">Homex</a></li>
|
<a href="{{route('home')}}" class="">Home</a></li>
|
||||||
<li><a href="{{route('shows')}}" class="">Series</a></li>
|
<li><a href="{{route('shows')}}" class="">Series</a></li>
|
||||||
<li><a href="{{ url()->current() }}">{{$show['title']}}</a></li>
|
<li><a href="{{ url()->current() }}">{{$show['title']}}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue