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