fix: register button style
This commit is contained in:
parent
5cc6678ceb
commit
b9bbf7792f
2 changed files with 7 additions and 3 deletions
|
|
@ -387,14 +387,14 @@ const app = new Elysia({
|
|||
/>
|
||||
</label>
|
||||
</fieldset>
|
||||
<div role="group">
|
||||
<div class="flex flex-row gap-4">
|
||||
{ACCOUNT_REGISTRATION ? (
|
||||
<a
|
||||
href={`${WEBROOT}/register`}
|
||||
role="button"
|
||||
class="btn-primary w-full"
|
||||
class="btn-secondary w-full text-center"
|
||||
>
|
||||
Register an account
|
||||
Register
|
||||
</a>
|
||||
) : null}
|
||||
<input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue