File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments