path and single quotes

This commit is contained in:
skidoodle 2022-03-29 23:08:44 +02:00 committed by GitHub
parent abfc3e09b9
commit a75285d22a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 31 additions and 27 deletions

View file

@ -1,9 +1,9 @@
import styles from '../styles/Home.module.scss'
import styles from '@/styles/Home.module.scss'
const Footer = () => {
return(
<div className={styles.footerLayout}>
<a href='https://cigany.ninja' target="_blank" rel='noopener noreferrer'>?</a>
<a href='https://cigany.ninja' target='_blank' rel='noopener noreferrer'>?</a>
</div>
)
}