Skip to content

Commit

Permalink
fix: header
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper200207 committed Nov 19, 2024
1 parent 5b9fb29 commit be97a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layouts/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Header = () => {
<Flex align="center" gap="5">
{loginCheck() ? (
[
<Link to="/wish">
<Link to="/me/product-wish">
<Icon as={HeartOutlined} color="#1C4532" fontSize="25px" />
</Link>,
<Link to="/cart">
Expand Down

0 comments on commit be97a81

Please sign in to comment.