chore: remove docs

This commit is contained in:
amhsirak
2025-06-13 19:03:30 +05:30
parent 8c2eb51442
commit 1e66e07ebd

View File

@@ -390,11 +390,6 @@ export const NavBar: React.FC<NavBarProps> = ({
<Language sx={{ marginRight: '5px' }} /> {t('navbar.menu_items.language')}
</MenuItem>
<hr />
<MenuItem onClick={() => {
window.open('https://docs.maxun.dev', '_blank');
}}>
<Description sx={{ marginRight: '5px' }} /> Docs
</MenuItem>
<MenuItem onClick={() => {
window.open('https://github.com/getmaxun/maxun', '_blank');
}}>