|
|
|
@ -1,5 +1,4 @@ |
|
|
|
|
--- |
|
|
|
|
import Spinner from '../Spinner.astro'; |
|
|
|
|
import AccountDropdown from './AccountDropdown.astro'; |
|
|
|
|
--- |
|
|
|
|
|
|
|
|
@ -8,7 +7,7 @@ import AccountDropdown from './AccountDropdown.astro'; |
|
|
|
|
|
|
|
|
|
<a |
|
|
|
|
id='register-button' |
|
|
|
|
class='flex h-8 w-24 cursor-pointer items-center justify-center rounded-full bg-gradient-to-r from-blue-500 to-blue-700 py-2 px-4 text-sm font-medium text-white hover:from-blue-500 hover:to-blue-600' |
|
|
|
|
class='flex h-8 w-28 cursor-pointer items-center justify-center rounded-full bg-gradient-to-r from-blue-500 to-blue-700 py-2 px-4 text-sm font-medium text-white hover:from-blue-500 hover:to-blue-600' |
|
|
|
|
href='/signup' |
|
|
|
|
> |
|
|
|
|
<span>Register</span> |
|
|
|
|