From 16ba6b2d99bbb05e362fafd051ea872a7be3566b Mon Sep 17 00:00:00 2001
From: sanjidaRimi023
Date: Wed, 6 May 2026 20:29:33 +0600
Subject: [PATCH] refector: fixed some minor bug in UI
---
src/components/FAQSection.tsx | 2 +-
src/components/Footer.tsx | 28 ++++++++--------------------
src/components/Navbar.tsx | 4 ++--
3 files changed, 11 insertions(+), 23 deletions(-)
diff --git a/src/components/FAQSection.tsx b/src/components/FAQSection.tsx
index 3eb5df0..9b821a1 100644
--- a/src/components/FAQSection.tsx
+++ b/src/components/FAQSection.tsx
@@ -100,7 +100,7 @@ export default function FAQSection() {
- {/* Newsletter */}
-
-
-
-
-
-
-
+
{/* Quick Links */}
@@ -191,15 +179,15 @@ export default function Footer() {
© {new Date().getFullYear()} TechZaa. All rights reserved.
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index ee94eb4..5435f92 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -96,7 +96,7 @@ export default function Navbar() {
onClick={() => setAccent(color.name)}
className={`w-6 h-6 rounded-full ${color.color} transition-all ${
accent === color.name
- ? "ring-2 ring-white ring-offset-2 ring-offset-background"
+ ? "ring-2 dark:ring-white ring-primary ring-offset-2 ring-offset-background"
: ""
}`}
whileHover={{ scale: 1.2 }}
@@ -109,7 +109,7 @@ export default function Navbar() {
{/* Dark/Light Mode Toggle */}