Skip to content

Commit 340ffcf

Browse files
committed
upd links
1 parent 68c6ad8 commit 340ffcf

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/components/layout/footer.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ export const Footer = () => {
2727
/>
2828
</NextLink>
2929
<span>
30-
Made by <Link href="https://spiraldb.com">Spiral</Link>.
30+
Made by{" "}
31+
<Link href="https://spiraldb.com" target="_blank">
32+
Spiral
33+
</Link>
34+
.
3135
</span>
3236
</span>
3337
<span className="text-white font-mono text-sm text-center md:text-left">

src/components/layout/header.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ export const Header = () => {
1717
</NextLink>
1818
<div className="flex items-center gap-8 flex-1 justify-end md:flex-none dashed-left before:hidden md:before:block h-full px-10">
1919
<Link
20-
href="/"
20+
href="https://github.com/spiraldb/vortex"
2121
className="uppercase text-white font-mono text-base md:text-[18px] font-medium"
22+
target="_blank"
2223
>
2324
GitHub
2425
</Link>
2526
<Link
26-
href="/"
27+
href="https://docs.vortex.dev"
2728
className="uppercase text-white font-mono text-base md:text-[18px] font-medium"
29+
target="_blank"
2830
>
2931
Docs
3032
</Link>

0 commit comments

Comments
 (0)