Skip to content

Commit 002ff02

Browse files
committed
fix: type in title
1 parent adfce81 commit 002ff02

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

components/core/MetaTags.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const MetaTags = () => {
1010
/>
1111
<meta name="theme-color" content="#645AD3" />
1212

13-
<title>TryShap - Create, Export, Share, and Use any Shapes of your choice.</title>
13+
<title>TryShape - Create, Export, Share, and Use any Shapes of your choice.</title>
1414
<meta
1515
name="description"
1616
content="TryShape is an opensource platform to create shapes of your choice using a simple, easy-to-use interface. You can create banners, circles, polygonal shapes, export them as SVG, PNG, and even as CSS."
@@ -26,7 +26,7 @@ const MetaTags = () => {
2626
{/* Primary Meta Tags */}
2727
<meta
2828
name="title"
29-
content="TryShap - Create, Export, Share, and Use any Shapes of your choice."
29+
content="TryShape - Create, Export, Share, and Use any Shapes of your choice."
3030
/>
3131
<meta
3232
name="description"
@@ -38,7 +38,7 @@ const MetaTags = () => {
3838
<meta property="og:url" content="https://tryshape.now.sh/" />
3939
<meta
4040
property="og:title"
41-
content="TryShap - Create, Export, Share, and Use any Shapes of your choice."
41+
content="TryShape - Create, Export, Share, and Use any Shapes of your choice."
4242
/>
4343
<meta
4444
property="og:description"
@@ -54,7 +54,7 @@ const MetaTags = () => {
5454
<meta property="twitter:url" content="https://tryshape.now.sh/" />
5555
<meta
5656
property="twitter:title"
57-
content="TryShap - Create, Export, Share, and Use any Shapes of your choice."
57+
content="TryShape - Create, Export, Share, and Use any Shapes of your choice."
5858
/>
5959
<meta
6060
property="twitter:description"

0 commit comments

Comments
 (0)