Compare commits

...

2 Commits

Author SHA1 Message Date
1a1b44743a
fix: clicking on logo navigates to root 2025-02-18 08:07:04 +01:00
827eceed2b Merge pull request 'feat/security' (#1) from feat/security into main
Reviewed-on: #1
2025-02-18 07:06:28 +00:00

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>