Skip to content

Commit b52aecb

Browse files
author
Ives van Hoorne
committed
Fix titles
1 parent 147fb98 commit b52aecb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/homepage/src/html.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ class Html extends Component {
4242
name="viewport"
4343
content="width=device-width, initial-scale=1.0"
4444
/>
45-
<title>
46-
CodeSandbox: Online Editor Tailored for Web Application Development
47-
</title>
4845
<meta property="og:type" content="website" />
4946
<meta property="og:author" content="https://ivesvh.com" />
5047
<meta

packages/homepage/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default class HomePage extends React.PureComponent {
3434
render() {
3535
return (
3636
<div>
37-
<TitleAndMetaTags title="CodeSandbox: Online Editor Tailored for Web Application Development" />
37+
<TitleAndMetaTags title="CodeSandbox: Online Code Editor Tailored for Web Application Development" />
3838

3939
<Animation />
4040
<NPMFeature />

0 commit comments

Comments
 (0)