aboutsummaryrefslogtreecommitdiff
path: root/web/src/app/components/sign-in.jsx
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-23 16:24:32 -0400
committerAndrew Lee <andrew@alee14.me>2025-03-23 16:24:32 -0400
commita19b6ed4ef829697fd0be153af5e27c99f267787 (patch)
treee0fbd044f2cdfb937d43ff26e6958aadf91ebde7 /web/src/app/components/sign-in.jsx
parentd7c46a9eae28046bb26da182abc298dc18ed5a10 (diff)
downloadAleeBot-a19b6ed4ef829697fd0be153af5e27c99f267787.tar.gz
AleeBot-a19b6ed4ef829697fd0be153af5e27c99f267787.tar.bz2
AleeBot-a19b6ed4ef829697fd0be153af5e27c99f267787.zip
Fundementials of the new dashboard
Diffstat (limited to 'web/src/app/components/sign-in.jsx')
-rw-r--r--web/src/app/components/sign-in.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/app/components/sign-in.jsx b/web/src/app/components/sign-in.jsx
index bb891c7..3d7142f 100644
--- a/web/src/app/components/sign-in.jsx
+++ b/web/src/app/components/sign-in.jsx
@@ -8,7 +8,7 @@ export default function SignIn() {
await signIn("discord")
}}
>
- <button type="submit">Login with Discord</button>
+ <button type="submit" className="bg-discord-blurple p-3 rounded-md hover:bg-discord-blurple">Login with Discord</button>
</form>
)
}