[docs,refactor][xs]: move to 2 space indenting in jsx components.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
import styles from '../../styles/Home.module.css'
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer className={styles.footer}>
|
||||
<a
|
||||
href="https://www.datopian.com/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Built by{' '}
|
||||
<img src="/datopian-logo.png" alt="Datopian Logo" className={styles.logo} />
|
||||
</a>
|
||||
</footer>
|
||||
)
|
||||
return (
|
||||
<footer className={styles.footer}>
|
||||
<a
|
||||
href="https://www.datopian.com/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Built by{' '}
|
||||
<img src="/datopian-logo.png" alt="Datopian Logo" className={styles.logo} />
|
||||
</a>
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user