Skip to content

Commit 838e234

Browse files
committed
Update demo site header
1 parent 30b12c8 commit 838e234

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

explorer-v2/src/routes/index.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
</script>
88

99
<svelte:head>
10-
<title>Home</title>
10+
<title>svelte-eslint-parser</title>
11+
<meta name="description" content="Svelte parser for ESLint" />
1112
</svelte:head>
1213

1314
<AstExplorer />

explorer-v2/src/routes/playground.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</script>
88

99
<svelte:head>
10-
<title>Playground</title>
10+
<title>Playground | svelte-eslint-parser</title>
1111
</svelte:head>
1212

1313
<ESLintPlayground />

explorer-v2/src/routes/scope.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</script>
88

99
<svelte:head>
10-
<title>Scope</title>
10+
<title>ScopeManager | svelte-eslint-parser</title>
1111
</svelte:head>
1212

1313
<ScopeExplorer />

0 commit comments

Comments
 (0)