Fixed incorrect button appearance
This commit is contained in:
parent
ec313a7362
commit
1e3f3fb053
|
@ -94,7 +94,6 @@ export default () => {
|
||||||
}
|
}
|
||||||
<div css={tw`mt-6 text-center`}>
|
<div css={tw`mt-6 text-center`}>
|
||||||
<Link
|
<Link
|
||||||
type={'button'}
|
|
||||||
to={'/auth/login'}
|
to={'/auth/login'}
|
||||||
css={tw`text-xs text-neutral-500 tracking-wide uppercase no-underline hover:text-neutral-700`}
|
css={tw`text-xs text-neutral-500 tracking-wide uppercase no-underline hover:text-neutral-700`}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue