File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,3 +191,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
191191 - home(index) page
192192- Created a combineClasses function to clean up conditional class handling
193193- Rename RowAlignLeft to Row
194+ - Remove unessesary stylings from the Layout.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { heroOptions } from '@/utils/hero-options';
33import Hero from '@/components/layout/Hero' ;
44import Meta from '@/components/layout/Meta' ;
55import Footer from '@/components/layout/Footer' ;
6- import styles from './Layout.module.scss' ;
76
87export default function Layout ( { children } ) {
98 const router = useRouter ( ) ;
@@ -15,7 +14,7 @@ export default function Layout({ children }) {
1514 return (
1615 < >
1716 < Meta />
18- < main className = { styles . main } >
17+ < main >
1918 < Hero { ...heroOptions [ heroKey ] } />
2019 { children }
2120 < Footer />
You can’t perform that action at this time.
0 commit comments