2 Commits

Author SHA1 Message Date
theis.gaedigk a261ce8090 added license 2026-04-15 19:39:03 +02:00
theis.gaedigk 1b83ed51cb changed logo 2026-03-26 23:31:52 +01:00
3 changed files with 7 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
Copyright (c) 2026 Theis Gaedigk
All rights reserved.
This source code is not to be copied, modified, or distributed in any form
without explicit written permission from the author.
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 ChangePreferences from "./ChangePreferences";
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 = () => {