Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/conf/2025/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion src/app/conf/2025/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Page() {
<Hero year="2025" bottom={<HeroImage />}>
<HeroDateAndLocation />
<Button className="md:w-fit" href={GALLERY_LINK}>
View Gallery
Event Photos
</Button>
</Hero>
<div className="gql-container gql-conf-navbar-strip text-neu-900 before:bg-white/40 before:dark:bg-blk/30">
Expand Down