From b9bbf7792f01fcaa77e3520925de107e856926f1 Mon Sep 17 00:00:00 2001 From: C4illin Date: Fri, 23 May 2025 21:36:26 +0200 Subject: [PATCH] fix: register button style --- src/index.tsx | 6 +++--- src/main.css | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 1ce3582..8ac227a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -387,14 +387,14 @@ const app = new Elysia({ /> -
+
{ACCOUNT_REGISTRATION ? ( - Register an account + Register ) : null}