feat: text on logo
This commit is contained in:
12
src/App.tsx
12
src/App.tsx
@@ -5,11 +5,13 @@ import Rankings from "./Rankings";
|
||||
function App() {
|
||||
return (
|
||||
<>
|
||||
<a href={baseUrl}>
|
||||
<img alt="logo" height="128px" src="logo.svg" />
|
||||
</a>
|
||||
<h1>cutt</h1>
|
||||
<span className="grey">cool ultimate team tool</span>
|
||||
<div className="logo">
|
||||
<a href={baseUrl}>
|
||||
<img alt="logo" height="66%" src="logo.svg" />
|
||||
</a>
|
||||
<h3 className="centered">cutt</h3>
|
||||
<span className="grey">cool ultimate team tool</span>
|
||||
</div>
|
||||
<Rankings />
|
||||
<footer>
|
||||
<p className="grey">
|
||||
|
Reference in New Issue
Block a user