website/components/Herotitle.jsx

7 lines
198 B
React
Raw Permalink Normal View History

2022-11-15 21:15:26 +01:00
import styles from '../styles/Herotitle.module.css'
export default function Herotitle() {
return (
<img src="/PNH_Wordmark.svg" className={styles.herotitle} alt="Pnh wordmark"></img>
)
}