Skip to content

Commit 01060f4

Browse files
committed
Remove store link
1 parent 93809b9 commit 01060f4

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/components/Nav.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ export default function Nav() {
7272
Join
7373
</Link>
7474
</li>
75-
<li className="nav-item">
76-
<a className="nav-link" href="https://store.virtualcoffee.io/">
77-
Store
78-
</a>
79-
</li>
8075
</ul>
8176

8277
<ul className="navbar-nav flex-row justify-content-end">

src/util/homePageLinks.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ export const homePageLinks = [
2424
title: 'Monthly Challenges',
2525
description: `Every month, we create a challenge for our Virtual Coffee members to complete together`,
2626
},
27-
{
28-
href: 'https://store.virtualcoffee.io',
29-
title: 'Merch Store',
30-
description: `Support Virtual Coffee and show your love ❤️`,
31-
},
3227
{
3328
href: 'https://github.com/Virtual-Coffee',
3429
title: 'VC GitHub',

0 commit comments

Comments
 (0)