fix(frontend): add link to image

This commit is contained in:
Alex Wellnitz 2024-09-22 13:40:13 +02:00
parent 23424fdfbc
commit adbd8d4866

View File

@ -6,14 +6,16 @@ export default function Home() {
return ( return (
<div className={styles.page}> <div className={styles.page}>
<main className={styles.main}> <main className={styles.main}>
<img <a href="/" style={{ margin: "auto" }}>
className={styles.logo} <img
src={`/img/warcraft-icon-22.png`} className={styles.logo}
alt="Sim-Free Logo" src={`/img/warcraft-icon-22.png`}
width={150} alt="Sim-Free Logo"
height={150} width={150}
// priority height={150}
/> // priority
/>
</a>
<ol> <ol>
<li> <li>
Copy/paste the text from the SimulationCraft addon. {} Copy/paste the text from the SimulationCraft addon. {}