Skip to content

Commit

Permalink
fix: update bags menu
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Feb 28, 2022
1 parent c469172 commit c26d325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Header: React.FC<Props> = ({ title }) => {
</Link>
</li>
<li>
<Link href="/coming-soon">
<Link href="/product-category/bags">
<a>{t("bags")}</a>
</Link>
</li>
Expand Down

1 comment on commit c26d325

@vercel
Copy link

@vercel vercel bot commented on c26d325 Feb 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.