From 690f39e0cbefaa68a406110b2885a88d3d1fe22b Mon Sep 17 00:00:00 2001 From: Ridho Perdana Date: Tue, 17 Dec 2024 11:58:24 +0700 Subject: [PATCH] fix: temp fix footer on both menu --- src/AnimalFacts.jsx | 9 ++++++++- src/AnimalStory.jsx | 41 +++++++++++++++++++++++++++++++---------- src/App.jsx | 7 ------- 3 files changed, 39 insertions(+), 18 deletions(-) diff --git a/src/AnimalFacts.jsx b/src/AnimalFacts.jsx index 8815436..444b0ec 100644 --- a/src/AnimalFacts.jsx +++ b/src/AnimalFacts.jsx @@ -445,12 +445,19 @@ const AnimalFacts = ({ IsMenuOpen }) => { {/* Animal Placeholder */}
{randomizedImageUploader.map((animal) => ( ))} + {/* Footer Section */} +
+

+ Semua audio diambil dari Pixabay dan gambar hewan dihasilkan oleh AI. +

+

Web dibuat oleh Ridho Perdana

+
{ return ( -
-

Cerita Hewan

-

- Yuk baca cerita hewan yang terus update setiap hari! -

+
+
+

Cerita Hewan

+

+ Yuk baca cerita hewan yang terus update setiap hari! +

+
+ +
); }; -export default AnimalStory; \ No newline at end of file +export default AnimalStory; diff --git a/src/App.jsx b/src/App.jsx index 1fe58d8..9c8b933 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -51,13 +51,6 @@ const App = () => { } /> } /> - {/* Footer Section */} -
); };