Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
Reference in New Issue
Block a user