added className to homeimage

This commit is contained in:
Kristoffer Juelsenn 2022-03-23 10:10:24 +01:00
parent b2eceacab3
commit 738ec3fd97
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import logo from "./../Asura2222.png";
export default function HomeImage() {
return (
<Link to="/">
<img src={logo} alt="Tournament logo"></img>
<img src={logo} alt="Tournament logo" className="mainIcon"></img>
</Link>
);
}