From 6031127f91b608621d3dfd425090863834d0742b Mon Sep 17 00:00:00 2001 From: sageTheDM Date: Tue, 8 Oct 2024 14:20:27 +0200 Subject: [PATCH] Model update --- app/components/Header.tsx | 21 ++++++++++---- app/components/Models.tsx | 56 +------------------------------------- app/styles/header.css | 2 ++ app/styles/models.css | 31 --------------------- public/img/character.jpg | Bin 130011 -> 0 bytes public/img/default.jpg | Bin 401256 -> 0 bytes public/img/financial.jpg | Bin 95160 -> 0 bytes public/img/image.jpg | Bin 188220 -> 0 bytes public/img/time.jpg | Bin 107903 -> 0 bytes 9 files changed, 19 insertions(+), 91 deletions(-) delete mode 100644 public/img/character.jpg delete mode 100644 public/img/default.jpg delete mode 100644 public/img/financial.jpg delete mode 100644 public/img/image.jpg delete mode 100644 public/img/time.jpg diff --git a/app/components/Header.tsx b/app/components/Header.tsx index 5a02425..700af3e 100644 --- a/app/components/Header.tsx +++ b/app/components/Header.tsx @@ -34,7 +34,6 @@ const Header: React.FC = ({ // Effect to handle clicks outside of the dropdown useEffect(() => { const handleClickOutside = (event: MouseEvent) => { - // Check if the click is outside both the dropdown and the hamburger menu if ( dropdownRef.current && !dropdownRef.current.contains(event.target as Node) && @@ -57,7 +56,19 @@ const Header: React.FC = ({
{showToggle && showHistoryModelsToggle && ( )}