Skip to content

Commit 40adb07

Browse files
authored
Add explorer (#46)
Signed-off-by: Nicholas Gates <nick@nickgates.com>
1 parent a97bb8b commit 40adb07

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/layout/header.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { Link } from "../link";
99
const NAV = [
1010
{ href: "https://github.com/vortex-data/vortex", label: "GitHub", external: true },
1111
{ href: "https://docs.vortex.dev", label: "Docs", external: true },
12+
{ href: "https://explore.vortex.dev", label: "Explorer", external: true },
1213
{ href: "https://bench.vortex.dev", label: "Bench", external: true },
1314
{ href: "https://vortex.dev/slack", label: "Slack", external: true },
1415
{ href: "/blog", label: "Blog", external: false },

0 commit comments

Comments
 (0)