|
|
|
@ -7,7 +7,7 @@ import Spinner from '../Spinner.astro'; |
|
|
|
|
class='inline-flex h-10 w-full items-center justify-center rounded border border-slate-300 bg-white p-2 text-sm font-medium text-black outline-none transition duration-150 ease-in-out focus:ring-2 focus:ring-[#333] focus:ring-offset-1 disabled:opacity-60' |
|
|
|
|
id='github-login-button' |
|
|
|
|
> |
|
|
|
|
<Spinner className='text-black hidden' id='github-login-spinner' /> |
|
|
|
|
<Spinner class='hidden text-black' id='github-login-spinner' /> |
|
|
|
|
<div class='flex items-center' data-github-text> |
|
|
|
|
<Icon icon='github' /> |
|
|
|
|
<span class='ml-2'>Continue with Github</span> |
|
|
|
|