From 480973318d4105e23dc456909aca7c9aa02511ad Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Sat, 17 Aug 2024 15:37:21 +0200 Subject: [PATCH] feat: add X button on documentation website --- .../documentation/src/components/navbar/actions.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/apps/documentation/src/components/navbar/actions.tsx b/apps/documentation/src/components/navbar/actions.tsx index 88bc89d3..ef52d0a8 100644 --- a/apps/documentation/src/components/navbar/actions.tsx +++ b/apps/documentation/src/components/navbar/actions.tsx @@ -1,5 +1,5 @@ import { Flex, Button, ActionIcon, Group } from '@mantine/core' -import { IconBrandGithub, IconBook } from '@tabler/icons-react' +import { IconBrandGithub, IconBook, IconBrandX } from '@tabler/icons-react' import ThemeBtn from '../theme-btn' import { Link } from 'tuono' @@ -26,6 +26,17 @@ export default function Actions(): JSX.Element { > + + + +