cancel btn added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-26 14:12:13 +01:00
parent adb52a9520
commit 41c98b4162

View File

@@ -38,6 +38,10 @@
<i class="fa-thin fa-check"></i> <i class="fa-thin fa-check"></i>
{{ __('Confirm') }} {{ __('Confirm') }}
</x-button> </x-button>
<x-button secondary href="/">
<i class="fa-thin fa-times"></i>
{{ __('Cancel') }}
</x-button>
</div> </div>
@endif @endif