@@ -58,9 +59,7 @@ export const AccountTab = ({ id, onOpenChange }: AccountTabProps) => {
) : (
<>
{t('account.youAreNotLoggedIn')}
-
- {t('login', { ns: 'global' })}
-
+
>
)}
{
const { t } = useTranslation()
@@ -64,7 +65,7 @@ export const Header = () => {