Skip to content

Commit 777dd91

Browse files
committed
Add section
1 parent 85a92d3 commit 777dd91

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/landing/src/components/Discord.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,18 @@ export function Discord() {
3232
<Link
3333
className={css({
3434
textDecoration: 'none',
35+
borderRadius: '100px',
3536
})}
3637
href="https://discord.gg/BtNffusw"
3738
target="_blank"
3839
>
3940
<Flex
41+
_active={{
42+
bg: '$buttonBlueActive',
43+
}}
44+
_hover={{
45+
bg: '$buttonBlueHover',
46+
}}
4047
alignItems="center"
4148
bg="$buttonBlue"
4249
borderRadius="100px"

0 commit comments

Comments
 (0)