website/components/Herotitle.jsx
2022-11-15 21:15:26 +01:00

7 lines
198 B
JavaScript

import styles from '../styles/Herotitle.module.css'
export default function Herotitle() {
return (
<img src="/PNH_Wordmark.svg" className={styles.herotitle} alt="Pnh wordmark"></img>
)
}