From a9fbe4eddd2483d96b6a5846f21886b1598ea0a9 Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Sat, 16 Nov 2024 19:52:00 +0100 Subject: [PATCH] feat: add discord channel invite to documentation website --- apps/documentation/src/components/navbar/actions.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/documentation/src/components/navbar/actions.tsx b/apps/documentation/src/components/navbar/actions.tsx index 64cf27dc..cc6d9213 100644 --- a/apps/documentation/src/components/navbar/actions.tsx +++ b/apps/documentation/src/components/navbar/actions.tsx @@ -1,6 +1,10 @@ import type { JSX } from 'react' import { Flex, Button, ActionIcon, Group } from '@mantine/core' -import { IconBrandGithub, IconBook, IconBrandX } from '@tabler/icons-react' +import { + IconBrandGithub, + IconBook, + IconBrandDiscord, +} from '@tabler/icons-react' import { Link } from 'tuono' import ThemeBtn from '../theme-btn' @@ -31,12 +35,12 @@ export default function Actions(): JSX.Element { - +