File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments