1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-18 22:29:42 +01:00

Notify icon

This commit is contained in:
Kamran Ahmed 2023-05-05 12:16:07 +01:00
parent 2d17a267be
commit e9fa663410

View File

@ -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