Skip to content

Commit

Permalink
Update Header.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeeshan-Mehdi110 authored Oct 2, 2023
1 parent a72fede commit 0a7cdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/commonComponents/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ function Header({ progressBar, site }) {
<Box display={'flex'}>

<MenuLink data={data} />
<Link to="/admin/signin">
<a href="/admin/signin">
<Button
endIcon={<PersonOutlineIcon sx={{ ...themeStyles.topbarIcon }} />}
sx={{ ...themeStyles.btnMenu }}>
Login
</Button>
</Link>
</a>
<Button
endIcon={<FavoriteBorderIcon sx={{ ...themeStyles.topbarIcon }} />}
sx={{ ...themeStyles.btnMenu }}>
Expand Down

0 comments on commit 0a7cdf7

Please sign in to comment.