mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Allow id to be rendered
This commit is contained in:
parent
bbdbec7197
commit
eca6b03f44
|
@ -2,6 +2,5 @@
|
||||||
|
|
||||||
@props([
|
@props([
|
||||||
'type' => '',
|
'type' => '',
|
||||||
'id' => false,
|
|
||||||
])
|
])
|
||||||
<i {{ $attributes->merge(['class' => Icon::icon($type)]) }} aria-hidden="true"></i>
|
<i {{ $attributes->merge(['class' => Icon::icon($type)]) }} aria-hidden="true"></i>
|
Loading…
Reference in a new issue