diff options
Diffstat (limited to 'src/components/Main')
| -rw-r--r-- | src/components/Main/Main.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Main/Main.tsx b/src/components/Main/Main.tsx index cc47443..8b2e822 100644 --- a/src/components/Main/Main.tsx +++ b/src/components/Main/Main.tsx @@ -3,7 +3,7 @@ import styles from './Main.module.scss'; const Main: FunctionComponent = ({ children }) => { return ( - <main className={styles.wrapper}> + <main id="main" className={styles.wrapper}> <div className={styles.body}>{children}</div> </main> ); |
