feat: clickable logo
This commit is contained in:
parent
31e29de4cd
commit
58e4a14147
@ -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 />
|
||||
|
Loading…
x
Reference in New Issue
Block a user