Skip to content

Commit 28201c9

Browse files
authored
Merge pull request #15 from bisterix-studio/remove-showcase
Remove showcase from nav bar
2 parents 4910048 + 27160a9 commit 28201c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

www/components/NavigationBar.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ export default function NavigationBar(
1313
name: "Docs",
1414
href: "/docs",
1515
},
16-
{
17-
name: "Showcase",
18-
href: "/showcase",
19-
},
2016
];
2117
return (
2218
<nav class={"flex " + (props.class ?? "")} f-client-nav={false}>

0 commit comments

Comments
 (0)