feat: clickable logo
This commit is contained in:
parent
31e29de4cd
commit
58e4a14147
@ -1,10 +1,13 @@
|
|||||||
|
import { baseUrl } from "./api";
|
||||||
import "./App.css";
|
import "./App.css";
|
||||||
import Rankings from "./Rankings";
|
import Rankings from "./Rankings";
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<img alt="logo" height="128px" src="logo.svg" />
|
<a href={baseUrl}>
|
||||||
|
<img alt="logo" height="128px" src="logo.svg" />
|
||||||
|
</a>
|
||||||
<h1>cutt</h1>
|
<h1>cutt</h1>
|
||||||
<span className="grey">cool ultimate team tool</span>
|
<span className="grey">cool ultimate team tool</span>
|
||||||
<Rankings />
|
<Rankings />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user