feat: make entire logo clickable

This commit is contained in:
julius 2025-01-29 17:29:00 +01:00
parent 16a6814d69
commit 8def52fbf2
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -8,8 +8,8 @@ function App() {
<div className="logo">
<a href={baseUrl}>
<img alt="logo" height="66%" src="logo.svg" />
<h3 className="centered">cutt</h3>
</a>
<h3 className="centered">cutt</h3>
<span className="grey">cool ultimate team tool</span>
</div>
<Rankings />