diff --git a/app/components/Credits.tsx b/app/components/Credits.tsx index 5144603..6af40d0 100644 --- a/app/components/Credits.tsx +++ b/app/components/Credits.tsx @@ -11,13 +11,22 @@ const Credits: React.FC = () => { This project utilizes the following icon resources:

- fontawesome + Solar Icons + + Dazzle UI + +

Fonts

The fonts used in this project are provided by: diff --git a/app/components/Header.tsx b/app/components/Header.tsx index 63d0b87..5a02425 100644 --- a/app/components/Header.tsx +++ b/app/components/Header.tsx @@ -34,6 +34,7 @@ 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) && @@ -56,19 +57,7 @@ const Header: React.FC = ({

{showToggle && showHistoryModelsToggle && ( )}