Skip to content

Commit 5c3f002

Browse files
committed
fix page titles
1 parent df5def7 commit 5c3f002

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function Validators({ changeTheme, theme }) {
2525
return (
2626
<div className={styles.container}>
2727
<Head>
28-
<title>Avalanche Subnets Information</title>
28+
<title>Avalanche Projects with Subnets</title>
2929
<link rel="icon" href="/favicon.png" />
3030
<meta
3131
property="og:description"

pages/validators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function Validators({ changeTheme, theme }) {
3636
return (
3737
<div className={styles.container}>
3838
<Head>
39-
<title>Avalanche subnets list</title>
39+
<title>Avalanche Validators list</title>
4040
<link rel="icon" href="/favicon.png" />
4141
<meta
4242
property="og:description"

0 commit comments

Comments
 (0)