diff --git a/client/src/components/navigation/footer.tsx b/client/src/components/navigation/footer.tsx
index 34c582a..9316dee 100644
--- a/client/src/components/navigation/footer.tsx
+++ b/client/src/components/navigation/footer.tsx
@@ -33,28 +33,43 @@ export default function Footer() {
Quick Links
@@ -64,13 +79,19 @@ export default function Footer() {
Classes
-
-
- Mat Pilates
+
+ Mat Pilates
-
-
- Reformer
+
+ Reformer
-
diff --git a/client/src/components/navigation/header.tsx b/client/src/components/navigation/header.tsx
index 54e078f..a655288 100644
--- a/client/src/components/navigation/header.tsx
+++ b/client/src/components/navigation/header.tsx
@@ -66,15 +66,17 @@ export default function Header() {
>
) : (
<>
-
-
- Login
-
+
+ Login
-
-
- Sign Up
-
+
+ Sign Up
>
)}
@@ -93,10 +95,11 @@ export default function Header() {
{navLinks.map((link) => (
-
-
- {link.name}
-
+
+ {link.name}
))}
@@ -119,17 +122,19 @@ export default function Header() {
) : (
<>
-
-
- Login
-
+
+ Login
-
-
- Sign Up
-
+
+ Sign Up
>