fix(frontend): add link to image
This commit is contained in:
parent
23424fdfbc
commit
adbd8d4866
@ -6,6 +6,7 @@ export default function Home() {
|
|||||||
return (
|
return (
|
||||||
<div className={styles.page}>
|
<div className={styles.page}>
|
||||||
<main className={styles.main}>
|
<main className={styles.main}>
|
||||||
|
<a href="/" style={{ margin: "auto" }}>
|
||||||
<img
|
<img
|
||||||
className={styles.logo}
|
className={styles.logo}
|
||||||
src={`/img/warcraft-icon-22.png`}
|
src={`/img/warcraft-icon-22.png`}
|
||||||
@ -14,6 +15,7 @@ export default function Home() {
|
|||||||
height={150}
|
height={150}
|
||||||
// priority
|
// priority
|
||||||
/>
|
/>
|
||||||
|
</a>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
Copy/paste the text from the SimulationCraft addon. {}
|
Copy/paste the text from the SimulationCraft addon. {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user