resources/views/character/profession/create.blade.php: minor fixes.
This commit is contained in:
parent
f6fd635078
commit
529e6bdda4
2 changed files with 7 additions and 3 deletions
|
|
@ -9,10 +9,12 @@
|
|||
</div>
|
||||
</x-slot>
|
||||
|
||||
<div class="mx-auto max-w-sm p-4">
|
||||
<p>
|
||||
<div class="p-4">
|
||||
<p class="text-center">
|
||||
<strong>{{ __("Important") }}!</strong>
|
||||
{{ __('Download this') }}
|
||||
<x-link href="https://www.curseforge.com/wow/addons/professions-exporter" target="_blank">{{ __('addon') }}</x-link>
|
||||
{{ __('to generate the import string') }}
|
||||
</p>
|
||||
|
||||
<x-form action="{{ route('character.profession.store', [ 'character' => $character->slug ]) }}">
|
||||
|
|
|
|||
Reference in a new issue