Adding resources/views/components/wowhead.blade.php
This commit is contained in:
parent
9af1752d0c
commit
57409690d4
1 changed files with 4 additions and 0 deletions
4
resources/views/components/wowhead.blade.php
Normal file
4
resources/views/components/wowhead.blade.php
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@props(['id'])
|
||||
<a {{ $attributes->merge([ 'class' => 'text-blue-600', 'href' => 'https://tbc.wowhead.com/item=' . $id, 'target' => '_blank' ]) }}>
|
||||
<x-icon name="external-link" />
|
||||
</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue