diff --git a/frontend/public/icon_weather-app_default.png b/frontend/public/icon_weather-app_default.png new file mode 100644 index 0000000..593584c Binary files /dev/null and b/frontend/public/icon_weather-app_default.png differ diff --git a/frontend/src/components/Header.tsx b/frontend/src/components/Header.tsx index e5022cf..5235e6e 100644 --- a/frontend/src/components/Header.tsx +++ b/frontend/src/components/Header.tsx @@ -4,7 +4,7 @@ import ChangePreferences from "./ChangePreferences"; import { myToast } from "../utils/toastify"; import { useState } from "react"; import Cookies from "js-cookie"; -import logo from "../assets/cloud-sun-fill.png"; +import logo from "/icon_weather-app_default.png"; import { Github, KeyRound, Settings2 } from "lucide-react"; const Header: React.FC = () => {