Switched greater than symbol for its html code

This commit is contained in:
Andreas Schaafsma 2023-05-22 11:12:31 +02:00
parent 65ae7b58d5
commit 59b51b7a5c

View File

@ -6,7 +6,7 @@ export default function Header() {
<img src="/logo.png" width="64px" height="auto" alt="" />
<div className={styles.headertitle}>
<div style={{flexGrow:1}}>Andreas<br/>Schaafsma</div>
<div>>Software Developer</div>
<div>&gt;Software Developer</div>
</div>
</div>
}