Skip to content

Commit 344cfa4

Browse files
Disable Shop
1 parent 781963b commit 344cfa4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clientapp/src/components/Header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ export default function Header() {
1717
<NavLink to="/docs">Docs</NavLink>
1818
<NavLink to="/capi">CAPI</NavLink>
1919
<NavLink to="/about">About</NavLink>
20-
<a
20+
{/*<a
2121
href="https://shop.capibara.tools/"
2222
rel="noreferrer noopener"
2323
target="_blank"
2424
>
2525
Store
26-
</a>
26+
</a>*/}
2727
</div>
2828
</div>
2929
<div className="right-side">

0 commit comments

Comments
 (0)