We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf4067 commit 3020fa1Copy full SHA for 3020fa1
2 files changed
src/app/conf/2025/layout.tsx
@@ -46,7 +46,7 @@ export default function Layout({
46
{ children: "Sponsors", href: "/conf/2025/#sponsors" },
47
{ children: "Resources", href: "/conf/2025/resources" },
48
{
49
- children: "Gallery",
+ children: "Event Photos",
50
href: GALLERY_LINK,
51
},
52
{ children: "FAQ", href: "/conf/2025/#faq" },
src/app/conf/2025/page.tsx
@@ -30,7 +30,7 @@ export default function Page() {
30
<Hero year="2025" bottom={<HeroImage />}>
31
<HeroDateAndLocation />
32
<Button className="md:w-fit" href={GALLERY_LINK}>
33
- View Gallery
+ Event Photos
34
</Button>
35
</Hero>
36
<div className="gql-container gql-conf-navbar-strip text-neu-900 before:bg-white/40 before:dark:bg-blk/30">
0 commit comments