Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-08-01 19:43:11 +02:00
parent 8341e50dc8
commit 11e6e1684c
9 changed files with 22 additions and 9 deletions

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.svg";
import logo from "../assets/cloud-sun-fill.png";
const Header: React.FC = () => {
const [apiCard, setApiCard] = useState(false);
@@ -76,7 +76,7 @@ const Header: React.FC = () => {
</span>
</button>
<a
href="https://git.the1s.de/theis.gaedigk/weather-app/wiki"
href="https://github.com/theis-js/weather-app/wiki"
target="_blank"
rel="noopener noreferrer"
>