You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/core/MetaTags.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ const MetaTags = () => {
10
10
/>
11
11
<metaname="theme-color"content="#645AD3"/>
12
12
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>
14
14
<meta
15
15
name="description"
16
16
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 = () => {
26
26
{/* Primary Meta Tags */}
27
27
<meta
28
28
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."
0 commit comments