Skip to content

Commit

Permalink
chore: add link to logo of login page
Browse files Browse the repository at this point in the history
  • Loading branch information
pooriaset committed May 21, 2024
1 parent ccee2be commit bee9c3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/[locale]/(auth)/login/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use client';

import Logo from '@/components/common/Logo';
import { Link } from '@/navigation';
import { yupResolver } from '@hookform/resolvers/yup';
import { Box, Stack, TextField, Typography } from '@mui/material';
import Button from '@mui/material/Button';
Expand Down Expand Up @@ -48,7 +49,9 @@ const Page = () => {
pt: 2,
}}
>
<Logo />
<Link href="/">
<Logo />
</Link>
</Box>
<Typography
sx={{
Expand Down

0 comments on commit bee9c3e

Please sign in to comment.