We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211de27 commit 3ce32f7Copy full SHA for 3ce32f7
src/components/layout/footer.tsx
@@ -14,9 +14,10 @@ export const Footer = () => {
14
<div className="dashed-right h-full lg:hidden"></div>
15
<div className="flex items-center gap-8 dashed-left before:hidden lg:before:block h-full lg:px-10">
16
<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">
+ <span className="text-white font-mono text-sm flex gap-3 items-center">
18
<NextLink
19
- href="/"
+ href="https://spiraldb.com"
20
+ target="_blank"
21
className="uppercase text-white font-mono text-sm"
22
>
23
<Image
0 commit comments