1
1
"use client" ;
2
- import { Github , Maximize2 , Menu , X } from "lucide-react" ;
2
+ import { Github , Heart , Maximize2 , Menu , X } from "lucide-react" ;
3
3
import { AnimatePresence , motion } from "motion/react" ;
4
4
import Image from "next/image" ;
5
5
import Link from "next/link" ;
@@ -134,6 +134,15 @@ export default function Navbar() {
134
134
< div className = "h-5 w-px bg-border" />
135
135
136
136
< div className = "flex items-center gap-2" >
137
+ < Link
138
+ href = "https://github.com/sponsors/AmanVarshney01"
139
+ target = "_blank"
140
+ className = "inline-flex items-center gap-1.5 rounded-md border border-border bg-muted/90 px-3 py-1.5 font-mono text-muted-foreground text-xs backdrop-blur-sm transition-colors hover:bg-muted hover:text-foreground"
141
+ title = "Sponsor on GitHub"
142
+ >
143
+ < Heart className = "size-3.5" />
144
+ Sponsor
145
+ </ Link >
137
146
< Link
138
147
href = "/new"
139
148
className = "inline-flex items-center gap-1.5 rounded-md border border-primary/50 bg-primary/10 px-3 py-1.5 font-mono text-primary text-xs transition-colors hover:bg-primary/20"
@@ -142,15 +151,6 @@ export default function Navbar() {
142
151
< Maximize2 className = "size-3.5" />
143
152
Builder
144
153
</ Link >
145
- < Link
146
- href = "https://www.github.com/better-t-stack/create-better-t-stack"
147
- target = "_blank"
148
- className = "inline-flex items-center gap-1.5 rounded-md border border-border bg-muted/90 px-3 py-1.5 font-mono text-muted-foreground text-xs backdrop-blur-sm transition-colors hover:bg-muted hover:text-foreground"
149
- title = "Star on GitHub"
150
- >
151
- < Github className = "size-3.5" />
152
- Star
153
- </ Link >
154
154
</ div >
155
155
156
156
< ThemeToggle />
@@ -242,13 +242,13 @@ export default function Navbar() {
242
242
Stack Builder
243
243
</ Link >
244
244
< Link
245
- href = "https://www. github.com/better-t-stack/create-better-t-stack "
245
+ href = "https://github.com/sponsors/AmanVarshney01 "
246
246
target = "_blank"
247
247
onClick = { closeMobileMenu }
248
248
className = "flex w-full items-center justify-center gap-2 rounded-md border border-border bg-muted/90 px-4 py-2.5 font-mono text-muted-foreground text-sm backdrop-blur-sm transition-colors hover:bg-muted hover:text-foreground"
249
249
>
250
- < Github className = "size-4" />
251
- Star on GitHub
250
+ < Heart className = "size-4" />
251
+ Sponsor on GitHub
252
252
</ Link >
253
253
</ div >
254
254
</ div >
0 commit comments