We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b54862 commit 2a02436Copy full SHA for 2a02436
website/src/pages/index.js
@@ -48,10 +48,7 @@ function Home() {
48
const { siteConfig = {} } = context;
49
50
return (
51
- <Layout
52
- title={`Hello from ${siteConfig.title}`}
53
- description="Description will go into a meta tag in <head />"
54
- >
+ <Layout title={siteConfig.title} description="Description will go into a meta tag in <head />">
55
<header className={clsx('hero hero--primary', styles.heroBanner)}>
56
<div className="container">
57
<h1 className="hero__title">{siteConfig.title}</h1>
0 commit comments