Theme fixes, logo updated, reduce duplication of components

And many more updates
This commit is contained in:
hackerESQ
2024-08-23 21:59:42 -05:00
parent c255d14f23
commit a0ec39638e
26 changed files with 248 additions and 231 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
<x-guest-layout>
<x-authentication-card>
<x-slot name="logo">
<x-auth-logo />
<div class="w-24 mb-10">
<x-small-logo />
</div>
</x-slot>
<div class="mb-4 text-sm text-gray-600 dark:text-gray-400">
@@ -19,7 +21,7 @@
@csrf
<div>
<x-button type="submit" type="submit">
<x-button type="submit" type="submit" class="btn-primary">
{{ __('Resend Verification Email') }}
</x-button>
</div>