Skip to content

Commit 2a02436

Browse files
committed
docs(index): change title-page title to just be the package-name
1 parent 2b54862 commit 2a02436

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

website/src/pages/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ function Home() {
4848
const { siteConfig = {} } = context;
4949

5050
return (
51-
<Layout
52-
title={`Hello from ${siteConfig.title}`}
53-
description="Description will go into a meta tag in <head />"
54-
>
51+
<Layout title={siteConfig.title} description="Description will go into a meta tag in <head />">
5552
<header className={clsx('hero hero--primary', styles.heroBanner)}>
5653
<div className="container">
5754
<h1 className="hero__title">{siteConfig.title}</h1>

0 commit comments

Comments
 (0)