Increase border-radius of login button
This commit is contained in:
parent
aae0f2b118
commit
92ddde3845
@ -7,7 +7,12 @@ export default function () {
|
||||
<VStack alignContent="center" gap="2vh">
|
||||
<Heading>Log in to Car Crushers</Heading>
|
||||
<br />
|
||||
<Button as="a" colorScheme="blue" href="/api/auth/oauth">
|
||||
<Button
|
||||
as="a"
|
||||
borderRadius="24px"
|
||||
colorScheme="blue"
|
||||
href="/api/auth/oauth"
|
||||
>
|
||||
Log in with Discord
|
||||
</Button>
|
||||
</VStack>
|
||||
|
Loading…
x
Reference in New Issue
Block a user