File tree Expand file tree Collapse file tree 3 files changed +201
-177
lines changed
Expand file tree Collapse file tree 3 files changed +201
-177
lines changed Original file line number Diff line number Diff line change @@ -249,24 +249,24 @@ export async function Footer() {
249249 </ div >
250250
251251 < div className = "max-w-7xl mx-auto border-t border-white/5 pt-10 flex flex-col md:flex-row justify-between items-center gap-6" >
252- < p className = "text-[9px] uppercase tracking-[0.3em] text-zinc-600 " suppressHydrationWarning >
252+ < p className = "text-[9px] uppercase tracking-[0.3em] text-text-mutedDark/40 " suppressHydrationWarning >
253253 © { new Date ( ) . getFullYear ( ) } { storeInfo . name } . All rights reserved.
254254 </ p >
255- < div className = "flex items-center gap-8 grayscale opacity-30 " >
255+ < div className = "flex items-center gap-5 grayscale opacity-20 " >
256256 < img
257257 src = "https://upload.wikimedia.org/wikipedia/commons/b/b5/PayPal.svg"
258258 alt = "PayPal"
259- className = "h-4 "
259+ className = "h-3 "
260260 />
261261 < img
262262 src = "https://upload.wikimedia.org/wikipedia/commons/5/5e/Visa_Inc._logo.svg"
263263 alt = "Visa"
264- className = "h-3 "
264+ className = "h-2.5 "
265265 />
266266 < img
267267 src = "https://upload.wikimedia.org/wikipedia/commons/2/2a/Mastercard-logo.svg"
268268 alt = "Mastercard"
269- className = "h-4 "
269+ className = "h-3 "
270270 />
271271 </ div >
272272 </ div >
You can’t perform that action at this time.
0 commit comments