Skip to content

Commit 14b2ead

Browse files
authored
Merge pull request #941 from hirosystems/develop
update metadata image
2 parents f72b7de + b9e38e2 commit 14b2ead

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

public/images/hh-og-dark.png

427 KB
Loading

public/images/hh-og.png

401 KB
Loading
-419 KB
Binary file not shown.

utils/metadata.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const hiroHacksMetadata: Partial<Metadata> = {
4040
"Join Hiro Hacks Season 1 and build on Bitcoin layers with our monthly themed challenges.",
4141
images: [
4242
{
43-
url: "/images/hiro-hacks-season-one.png",
43+
url: "/images/hh-og.png",
4444
width: 800,
4545
height: 600,
4646
},
@@ -50,7 +50,7 @@ const hiroHacksMetadata: Partial<Metadata> = {
5050
title: "Hiro Hacks - Season 1",
5151
description:
5252
"Join Hiro Hacks Season 1 and build on Bitcoin layers with our monthly themed challenges.",
53-
images: ["/images/hiro-hacks-season-one.png"],
53+
images: ["/images/hh-og.png"],
5454
},
5555
};
5656

0 commit comments

Comments
 (0)