Skip to content

Commit f57e038

Browse files
authored
Fix Conf date/location in footer (#2392)
1 parent bd951c4 commit f57e038

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/footer/conference-footer-box.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export function ConferenceFooterBox({
2828

2929
<div className="typography-body-sm flex font-sans">
3030
<div className="flex-1 justify-center border-r border-pri-lighter p-4 dark:border-pri-light/50">
31-
May <span className="whitespace-nowrap">06–07</span>
31+
May <span className="whitespace-nowrap">19–20</span>
3232
<br />
33-
Menlo Park, California
33+
Fremont, California
3434
</div>
3535

3636
<div className="flex w-[min(calc(25%-.5px),73.5px)] items-center justify-center">

0 commit comments

Comments
 (0)