|
|
|
@ -23,10 +23,10 @@ import Icon from './AstroIcon.astro'; |
|
|
|
|
data-popup='login-popup' |
|
|
|
|
type='button' |
|
|
|
|
name='submit' |
|
|
|
|
class='font-regular text-md mt-5 w-full rounded-md bg-gray-700 px-5 py-2.5 text-center text-white hover:bg-black sm:mt-0' |
|
|
|
|
class='font-regular text-md mt-5 w-full rounded-md bg-gray-700 px-5 py-2.5 text-center text-white hover:bg-black sm:mt-0 flex gap-1 items-center justify-center' |
|
|
|
|
aria-label='Get Notified' |
|
|
|
|
> |
|
|
|
|
Notify me when ready! |
|
|
|
|
<Icon icon='bell' class='h-5' /> Notify me when ready! |
|
|
|
|
</button> |
|
|
|
|
<button |
|
|
|
|
data-auth-required |
|
|
|
|