Skip to content

Commit 3ce32f7

Browse files
nit footer link
1 parent 211de27 commit 3ce32f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/layout/footer.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ export const Footer = () => {
1414
<div className="dashed-right h-full lg:hidden"></div>
1515
<div className="flex items-center gap-8 dashed-left before:hidden lg:before:block h-full lg:px-10">
1616
<div className="flex flex-col md:flex-row items-center gap-2 py-4 md:py-0">
17-
<span className="text-white font-mono text-sm flex gap-4">
17+
<span className="text-white font-mono text-sm flex gap-3 items-center">
1818
<NextLink
19-
href="/"
19+
href="https://spiraldb.com"
20+
target="_blank"
2021
className="uppercase text-white font-mono text-sm"
2122
>
2223
<Image

0 commit comments

Comments
 (0)