Skip to content

Commit 79ccb07

Browse files
committed
update description meta tags content to "Explore a curated list of font and theme pairings for Visual Studio Code that just work!"
1 parent e53fcef commit 79ccb07

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/Heading.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export default function Heading() {
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1010
<meta
1111
name="description"
12-
content="Explore multiple font and theme pairings for Visual Studio Code that
13-
just work!"
12+
content="Explore a curated list of font and theme pairings for Visual Studio
13+
Code that just work!"
1414
/>
1515
<meta name="keywords" content="VS Code, Theme, Font" />
1616
<meta name="robots" content="index, follow" />
@@ -23,8 +23,8 @@ export default function Heading() {
2323
<meta property="og:title" content="EditorSetup" />
2424
<meta
2525
property="og:description"
26-
content="Explore multiple font and theme pairings for Visual Studio Code that
27-
just work!"
26+
content="Explore a curated list of font and theme pairings for Visual Studio
27+
Code that just work!"
2828
/>
2929
<meta property="og:url" content="https://editorsetup.vercel.app" />
3030
<meta property="og:image" content="/img/og-image.png" />
@@ -36,8 +36,8 @@ export default function Heading() {
3636
<meta name="twitter:title" content="EditorSetup" />
3737
<meta
3838
name="twitter:description"
39-
content="Explore multiple font and theme pairings for Visual Studio Code that
40-
just work!"
39+
content="Explore a curated list of font and theme pairings for Visual Studio
40+
Code that just work!"
4141
/>
4242
<meta name="twitter:image" content="/img/og-image.png" />
4343

0 commit comments

Comments
 (0)