From 50daae6a31030a34715f6ebf6da42de01cfda242 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 9 Jan 2025 15:36:03 +0530 Subject: [PATCH] feat: link docs to user menu --- src/components/molecules/NavBar.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index 23c35b3a..48137e3c 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -326,6 +326,11 @@ export const NavBar: React.FC = ({ { handleMenuClose(); logout(); }}> {t('navbar.menu_items.logout')} + { + window.open('https://docs.maxun.dev', '_blank'); + }}> + Docs + { window.open('https://discord.gg/5GbPjBUkws', '_blank'); }}>