Merge branch 'development' into debian12

This commit is contained in:
2026-03-26 23:32:25 +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 { myToast } from "../utils/toastify";
import { useState } from "react"; import { useState } from "react";
import Cookies from "js-cookie"; 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"; import { Github, KeyRound, Settings2 } from "lucide-react";
const Header: React.FC = () => { const Header: React.FC = () => {