Skip to content

Commit

Permalink
feat: update shop link
Browse files Browse the repository at this point in the history
  • Loading branch information
thecuvii committed Oct 25, 2024
1 parent ff7e2ec commit 0736412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const links = [
{ href: '/portfolios', label: 'Portfolios', icon: TbCarouselHorizontal },
// { href: '/services', label: 'Services', icon: TbAugmentedReality2 },
{ href: '/contact', label: 'Contact', icon: TbMailbox },
{ href: 'https://shop.zolplay.cn', label: 'Shop', icon: ShopIcon },
{ href: 'https://zolplay.taobao.com/', label: 'Shop', icon: ShopIcon },
// { href: '/gallery', label: 'Gallery', icon: TbPhoto },
]
const social = [
Expand Down

0 comments on commit 0736412

Please sign in to comment.