1
0
Fork 0

Adding resources/views/components/wowhead.blade.php

This commit is contained in:
Henrik Hautakoski 2021-06-29 16:52:50 +02:00
parent 9af1752d0c
commit 57409690d4

View 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>