Skip to content

Commit ab40a7b

Browse files
committed
fix: delete stale branch (Navbar.tsx build error), fix dialog circular import, redesign Header layout (logo+nav+actions), fix Footer colors and oversized payment icons
1 parent 96ae34e commit ab40a7b

File tree

3 files changed

+201
-177
lines changed

3 files changed

+201
-177
lines changed

components/Footer.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)