feat: clickable logo

This commit is contained in:
julius 2025-01-26 17:52:14 +01:00
parent 31e29de4cd
commit 58e4a14147
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -1,10 +1,13 @@
import { baseUrl } from "./api";
import "./App.css";
import Rankings from "./Rankings";
function App() {
return (
<>
<img alt="logo" height="128px" src="logo.svg" />
<a href={baseUrl}>
<img alt="logo" height="128px" src="logo.svg" />
</a>
<h1>cutt</h1>
<span className="grey">cool ultimate team tool</span>
<Rankings />