changed logo

This commit is contained in:
2026-03-26 23:31:52 +01:00
parent 6f839a67f4
commit 1b83ed51cb
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

+1 -1
View File
@@ -3,7 +3,7 @@ import ChangeAPI from "./ChangeAPI";
import ChangePreferences from "./ChangePreferences";
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 = () => {