Skip to content

Commit 536c127

Browse files
committed
update metadata copy
1 parent c801082 commit 536c127

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

utils/metadata.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ const defaultMetadata: Metadata = {
3131
};
3232

3333
const hiroHacksMetadata: Partial<Metadata> = {
34-
title: "Hiro Hacks - Season 1 (2025 Edition)",
34+
title: "Hiro Hacks - Season 1",
3535
description:
36-
"Join Hiro Hacks Season 1 and build on Bitcoin layers with our developer challenges.",
36+
"Join Hiro Hacks Season 1 and build on Bitcoin layers with our monthly themed challenges.",
3737
openGraph: {
38-
title: "Hiro Hacks - Season 1 (2025 Edition)",
38+
title: "Hiro Hacks - Season 1",
3939
description:
40-
"Join Hiro Hacks Season 1 and build on Bitcoin layers with our developer challenges.",
40+
"Join Hiro Hacks Season 1 and build on Bitcoin layers with our monthly themed challenges.",
4141
images: [
4242
{
4343
url: "/images/hiro-hacks-season-one.png",
@@ -47,9 +47,9 @@ const hiroHacksMetadata: Partial<Metadata> = {
4747
],
4848
},
4949
twitter: {
50-
title: "Hiro Hacks - Season 1 (2025 Edition)",
50+
title: "Hiro Hacks - Season 1",
5151
description:
52-
"Join Hiro Hacks Season 1 and build on Bitcoin layers with our developer challenges.",
52+
"Join Hiro Hacks Season 1 and build on Bitcoin layers with our monthly themed challenges.",
5353
images: ["/images/hiro-hacks-season-one.png"],
5454
},
5555
};

0 commit comments

Comments
 (0)