Skip to content

Commit e6f1f14

Browse files
authored
Fix Google Maps link on conf page (#2330)
1 parent 01fde47 commit e6f1f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2026/components/venue/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function Venue(props: VenueProps) {
4949
Menlo Park, CA 94025
5050
</p>
5151
{
52-
<Button href="https://maps.app.goo.gl/W7nX1NejhWw9PqxF7">
52+
<Button href="https://maps.app.goo.gl/rRTvnDFk8LgwHjsV7">
5353
Google Maps
5454
</Button>
5555
}

0 commit comments

Comments
 (0)