diff --git a/src/app/conf/2025/layout.tsx b/src/app/conf/2025/layout.tsx
index 57259103d6..ed8b28059e 100644
--- a/src/app/conf/2025/layout.tsx
+++ b/src/app/conf/2025/layout.tsx
@@ -46,7 +46,7 @@ export default function Layout({
{ children: "Sponsors", href: "/conf/2025/#sponsors" },
{ children: "Resources", href: "/conf/2025/resources" },
{
- children: "Gallery",
+ children: "Event Photos",
href: GALLERY_LINK,
},
{ children: "FAQ", href: "/conf/2025/#faq" },
diff --git a/src/app/conf/2025/page.tsx b/src/app/conf/2025/page.tsx
index 1753e59fa6..bed235dc4b 100644
--- a/src/app/conf/2025/page.tsx
+++ b/src/app/conf/2025/page.tsx
@@ -30,7 +30,7 @@ export default function Page() {