2 Commits

Author SHA1 Message Date
theis.gaedigk ab6ccdcc48 Merge branch 'development' into debian12 2026-03-26 23:32:25 +01:00
theis.gaedigk 1b83ed51cb changed logo 2026-03-26 23:31:52 +01:00
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

+1 -1
View File
@@ -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 = () => {