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

- Solar Icons + fontawesome - - 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 5a02425..63d0b87 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 && ( )}