Removed extra a href

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-05-28 15:21:23 +01:00
parent 9f795306e5
commit 95f7742259

View File

@@ -854,7 +854,7 @@ dir="{{ Helper::determineLanguageDirection() }}">
@if ($loop->first)
<x-icon type="home" />
@else
<a href="{{ $crumbs->url() }}">{{ $crumbs->title() }}</a>
{{ $crumbs->title() }}
@endif
</a>
<x-icon type="angle-right" />