Skip to content

Commit

Permalink
chore: add link of login page
Browse files Browse the repository at this point in the history
  • Loading branch information
pooriaset committed May 10, 2024
1 parent accf34d commit 37dad13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Header/components/TopSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ const TopSection: FC = () => {
<Stack spacing={1} direction="row" alignItems="center" color="black">
{isLoggedIn ? (
<Button
component={Link}
href="/login"
variant="outlined"
color="inherit"
sx={{
Expand Down

0 comments on commit 37dad13

Please sign in to comment.