Skip to content

Commit 1be88ba

Browse files
committed
feat: twelve tools
1 parent d77799d commit 1be88ba

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed
20.6 KB
Loading

apps/docs/components/footer.tsx

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,25 @@ export function Footer() {
126126
<p className="text-muted-foreground text-sm">
127127
© {new Date().getFullYear()} Databuddy
128128
</p>
129-
<p className="text-muted-foreground text-sm">
130-
Privacy-first analytics
131-
</p>
129+
<div className="flex items-center gap-4">
130+
<a
131+
className="transition-opacity hover:opacity-80"
132+
href="https://twelve.tools"
133+
rel="noopener"
134+
target="_blank"
135+
>
136+
<img
137+
alt="Featured on Twelve Tools"
138+
className="h-auto max-w-[150px] sm:max-w-[200px]"
139+
height="40"
140+
src="https://twelve.tools/badge0-white.svg"
141+
width="150"
142+
/>
143+
</a>
144+
<p className="text-muted-foreground text-sm">
145+
Privacy-first analytics
146+
</p>
147+
</div>
132148
</div>
133149
</div>
134150
</footer>

0 commit comments

Comments
 (0)