Compare commits

..

No commits in common. "main" and "feat/security" have entirely different histories.

View File

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