feat(night-mode): Add initial night mode styles
This commit is contained in:
@@ -26,7 +26,7 @@ const BigCallToAction = () => (
|
||||
);
|
||||
|
||||
const IndexPage = () => (
|
||||
<Layout disableSettings={true}>
|
||||
<Layout disableSettings={true} landingPage={true}>
|
||||
<Spacer />
|
||||
<Spacer />
|
||||
<Grid className='text-center'>
|
||||
|
||||
Reference in New Issue
Block a user