From 28028b25c5ef3d8b2551b01120ec8bbf0664f4a6 Mon Sep 17 00:00:00 2001 From: ak Date: Sat, 19 Aug 2023 17:36:01 -0700 Subject: [PATCH] added picture attributions --- src/components/Home.jsx | 18 ++++++++++++++++-- src/components/main.jsx | 6 ++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/src/components/Home.jsx b/src/components/Home.jsx index ccaeef9..b4dece6 100644 --- a/src/components/Home.jsx +++ b/src/components/Home.jsx @@ -30,10 +30,24 @@ function Home() { className="d-flex flex-grow-1 biglogo" alt="Dee's Fish House Logo" /> -
+
+ + Attribution + +
-
+
+ + Attribution + +
); diff --git a/src/components/main.jsx b/src/components/main.jsx index daeebd4..492d510 100644 --- a/src/components/main.jsx +++ b/src/components/main.jsx @@ -6,5 +6,11 @@ import "../styles/main.scss"; ReactDOM.createRoot(document.getElementById("root")).render( + + Attribution + );