fix: clicking on logo navigates to root

This commit is contained in:
julius 2025-02-18 08:04:26 +01:00
parent 827eceed2b
commit 1a1b44743a
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -2,7 +2,7 @@ import { baseUrl } from "./api";
export default function Header() {
return <div className="logo">
<a href={baseUrl}>
<a href={"/"}>
<img alt="logo" height="66%" src="logo.svg" />
<h3 className="centered">cutt</h3>
</a>