Skip to content

Commit 3020fa1

Browse files
authored
feat: update gallery copy (#2147)
1 parent 3cf4067 commit 3020fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/conf/2025/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function Layout({
4646
{ children: "Sponsors", href: "/conf/2025/#sponsors" },
4747
{ children: "Resources", href: "/conf/2025/resources" },
4848
{
49-
children: "Gallery",
49+
children: "Event Photos",
5050
href: GALLERY_LINK,
5151
},
5252
{ children: "FAQ", href: "/conf/2025/#faq" },

src/app/conf/2025/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function Page() {
3030
<Hero year="2025" bottom={<HeroImage />}>
3131
<HeroDateAndLocation />
3232
<Button className="md:w-fit" href={GALLERY_LINK}>
33-
View Gallery
33+
Event Photos
3434
</Button>
3535
</Hero>
3636
<div className="gql-container gql-conf-navbar-strip text-neu-900 before:bg-white/40 before:dark:bg-blk/30">

0 commit comments

Comments
 (0)