From b48bd9f3725acecf25b88d80d6c92da31ed1aafd Mon Sep 17 00:00:00 2001
From: Morph01 <145839520+Morph01@users.noreply.github.com>
Date: Tue, 5 Nov 2024 21:02:49 +0100
Subject: [PATCH] fix: Update JSX attributes to use camelCase convention
---
src/Pages/Home/Footer.jsx | 6 +++---
src/Pages/Home/MyPortfolio.jsx | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/Pages/Home/Footer.jsx b/src/Pages/Home/Footer.jsx
index 2543c8e..43bc8ec 100644
--- a/src/Pages/Home/Footer.jsx
+++ b/src/Pages/Home/Footer.jsx
@@ -68,8 +68,8 @@ function Footer() {
fill="none"
>
@@ -83,4 +83,4 @@ function Footer() {
);
}
-export default Footer;
\ No newline at end of file
+export default Footer;
diff --git a/src/Pages/Home/MyPortfolio.jsx b/src/Pages/Home/MyPortfolio.jsx
index d1ffa75..d0309f1 100644
--- a/src/Pages/Home/MyPortfolio.jsx
+++ b/src/Pages/Home/MyPortfolio.jsx
@@ -23,8 +23,8 @@ export default function MyPortfolio() {
fill="none"
>
@@ -56,9 +56,9 @@ export default function MyPortfolio() {