feat: prepping launch

This commit is contained in:
2023-12-14 11:30:49 -06:00
parent c352d4d273
commit 2ec4405b7b
49 changed files with 3006 additions and 182 deletions

View File

@@ -32,16 +32,20 @@
</label>
</div>
<div class="flex items-center justify-end mt-4">
<div class="flex items-center justify-end mt-4 mb-4">
@if (Route::has('password.request'))
<a class="underline text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-100 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 dark:focus:ring-offset-gray-800" href="{{ route('password.request') }}">
{{ __('Forgot your password?') }}
</a>
@endif
<x-primary-button class="ml-3">
{{ __('Log in') }}
<x-primary-button class="ml-3 btn btn-gradient" style="background:#ff512f;">
<span>{{ __('Log in') }}</span>
</x-primary-button>
</div>
</form>
<hr>
<div class="flex items-center justify-center mt-4 text-grey-600 text-sm dark:text-grey-400">
Not registered yet? <a href="/register" class="ml-3 underline text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-100 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 dark:focus:ring-offset-gray-800">Register Now</a>
</div>
</x-guest-layout>