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