@@ -87,27 +87,11 @@ export default function SponsorsSection() {
87
87
[{ loadingSponsors ? "LOADING..." : sponsors . length } RECORDS]
88
88
</ span >
89
89
</ div >
90
-
91
- < div className = "mb-8 rounded border border-border p-4" >
92
- < div className = "flex items-center gap-2 text-sm" >
93
- < span className = "text-primary" > $</ span >
94
- < span className = " text-foreground" >
95
- Amazing organizations and individuals supporting this project
96
- </ span >
97
- </ div >
98
- < div className = "mt-2 flex items-center gap-2 text-sm" >
99
- < span className = "text-primary" > $</ span >
100
- < span className = " text-muted-foreground" >
101
- Your support helps maintain and improve Better-T-Stack
102
- </ span >
103
- </ div >
104
- </ div >
105
-
106
90
{ loadingSponsors ? (
107
91
< div className = "rounded border border-border p-8" >
108
92
< div className = "flex items-center justify-center gap-2" >
109
93
< div className = "h-2 w-2 animate-pulse rounded-full bg-primary" />
110
- < span className = " text-muted-foreground" > LOADING_SPONSORS.EXE </ span >
94
+ < span className = " text-muted-foreground" > LOADING_SPONSORS.SH </ span >
111
95
< div className = "h-2 w-2 animate-pulse rounded-full bg-primary" />
112
96
</ div >
113
97
</ div >
@@ -143,23 +127,23 @@ export default function SponsorsSection() {
143
127
className = "flex items-center justify-center gap-2 text-primary transition-colors hover:text-accent"
144
128
>
145
129
< Heart className = "h-4 w-4" />
146
- < span > BECOME_SPONSOR.EXE </ span >
130
+ < span > BECOME_SPONSOR.SH </ span >
147
131
</ a >
148
132
</ div >
149
133
</ div >
150
134
) : (
151
135
< div className = "space-y-8" >
152
136
{ currentSponsors . length > 0 && (
153
137
< div className = "space-y-4" >
154
- < div className = "flex items-center gap-2" >
138
+ { /* <div className="flex items-center gap-2">
155
139
<span className="text-primary text-sm">▶</span>
156
140
<span className="font-semibold text-foreground text-sm">
157
- ACTIVE_SPONSORS.EXE
141
+ ACTIVE_SPONSORS.SH
158
142
</span>
159
143
<span className="text-muted-foreground text-xs">
160
144
({currentSponsors.length})
161
145
</span>
162
- </ div >
146
+ </div> */ }
163
147
< div className = "grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4" >
164
148
{ currentSponsors . map ( ( entry , index ) => {
165
149
const since = new Date ( entry . createdAt ) . toLocaleDateString (
@@ -378,7 +362,7 @@ export default function SponsorsSection() {
378
362
className = "flex items-center justify-center gap-2 text-primary transition-colors hover:text-accent"
379
363
>
380
364
< Heart className = "h-4 w-4" />
381
- < span > SUPPORT_PROJECT.EXE </ span >
365
+ < span > SUPPORT_PROJECT.SH </ span >
382
366
</ a >
383
367
</ div >
384
368
</ div >
0 commit comments