This commit is contained in:
hamid zarghami
2026-01-06 12:45:04 +03:30
parent 1609f2be60
commit 067af56189
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ const SideBar: FC = () => {
if (!isLogin)
return (
<div className='flex-1 flex items-end justify-center px-12'>
<Link className='w-full' href={`${LOGIN_URL}?redirect=${encodeURIComponent(window.location.href)}`}>
<Link className='w-full' href={`${LOGIN_URL}`}>
<Button
label='ورود | ثبت نام'
/>