Skip to content

Commit 54efb5c

Browse files
author
Will Nelson
committed
Fix main page styling
1 parent 6357511 commit 54efb5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/pages/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ function Home() {
5959
const logoUrl = useBaseUrl('img/white-padding.svg');
6060
const {siteConfig = {}} = context;
6161
return (
62-
<Layout
63-
title={`Hello from ${siteConfig.title}`}
64-
description="Description will go into a meta tag in <head />">
62+
<Layout>
6563
<header className={clsx('hero hero--primary', styles.heroBanner)}>
6664
<div className="container">
6765
<img src={logoUrl} alt="Spectacles" />

0 commit comments

Comments
 (0)