commit
e97b08773b
|
|
@ -34,7 +34,7 @@ export const LogoutComponent = () => {
|
||||||
return (
|
return (
|
||||||
<div className="text-red-400 cursor-pointer" onClick={logout}>
|
<div className="text-red-400 cursor-pointer" onClick={logout}>
|
||||||
{t('logout_from', 'Logout from')}
|
{t('logout_from', 'Logout from')}
|
||||||
{isGeneral ? 'Postiz' : 'Gitroom'}
|
{isGeneral ? ' Postiz' : ' Gitroom'}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue