feat: remove project name from upgrade button

This commit is contained in:
amhsirak
2025-01-28 22:07:43 +05:30
parent 4484abfc88
commit f78764bfa6

View File

@@ -200,7 +200,7 @@ export const NavBar: React.FC<NavBarProps> = ({
border: "#00000099 1px solid",
'&:hover': { color: '#ff00c3', border: '#ff00c3 1px solid' }
}}>
<Update sx={{ marginRight: '5px' }} /> {t('navbar.upgrade.button')} Maxun
<Update sx={{ marginRight: '5px' }} /> {t('navbar.upgrade.button')}
</Button>
<Modal open={open} onClose={handleUpdateClose}>
<Box