From a8fc4438ff1b890a78b7d2ba470011d8f87c6043 Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Thu, 29 May 2025 17:04:23 +0530 Subject: fix: fixed the mobile view of the we accept section in the mobile view --- frontend/src/components/footer.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'frontend') diff --git a/frontend/src/components/footer.tsx b/frontend/src/components/footer.tsx index d64167f..62ebf94 100644 --- a/frontend/src/components/footer.tsx +++ b/frontend/src/components/footer.tsx @@ -274,18 +274,18 @@ export function Footer() { {/* Bottom Footer */}
-
+
{/* Left: Copyright and Legal Links */} -
+

© {new Date().getFullYear()} blcklst. All rights reserved.

-
+
{footerLinks.legal.map((link) => ( {link.name} @@ -294,13 +294,13 @@ export function Footer() {
{/* Right: Payment Methods */} -
- We accept: -
+
+ We accept: +
{["Visa", "Mastercard", "AmEx", "PayPal", "Apple Pay"].map((method) => (
{method}
-- cgit v1.2.3-59-g8ed1b