Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit a13815c

Browse files
Merge pull request #122 from helsingborg-stad/feature/listing-icon
Listing icon
2 parents dad6185 + 0104e8f commit a13815c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Component/Listing/listing.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<span class="{{$baseClass}}__label">
1212
{{ $item['label'] }}
1313
</span>
14+
15+
@icon(['icon' => 'arrow_forward', 'size' => 'lg'])
16+
@endicon
1417
</a>
1518
@include('Listing.sub') {{--- Recursive action ---}}
1619
</li>

0 commit comments

Comments
 (0)