We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781963b commit 344cfa4Copy full SHA for 344cfa4
1 file changed
clientapp/src/components/Header.js
@@ -17,13 +17,13 @@ export default function Header() {
17
<NavLink to="/docs">Docs</NavLink>
18
<NavLink to="/capi">CAPI</NavLink>
19
<NavLink to="/about">About</NavLink>
20
- <a
+ {/*<a
21
href="https://shop.capibara.tools/"
22
rel="noreferrer noopener"
23
target="_blank"
24
>
25
Store
26
- </a>
+ </a>*/}
27
</div>
28
29
<div className="right-side">
0 commit comments