File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export default function Heading() {
9
9
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" />
10
10
< meta
11
11
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!"
14
14
/>
15
15
< meta name = "keywords" content = "VS Code, Theme, Font" />
16
16
< meta name = "robots" content = "index, follow" />
@@ -23,8 +23,8 @@ export default function Heading() {
23
23
< meta property = "og:title" content = "EditorSetup" />
24
24
< meta
25
25
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!"
28
28
/>
29
29
< meta property = "og:url" content = "https://editorsetup.vercel.app" />
30
30
< meta property = "og:image" content = "/img/og-image.png" />
@@ -36,8 +36,8 @@ export default function Heading() {
36
36
< meta name = "twitter:title" content = "EditorSetup" />
37
37
< meta
38
38
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!"
41
41
/>
42
42
< meta name = "twitter:image" content = "/img/og-image.png" />
43
43
You can’t perform that action at this time.
0 commit comments