Skip to content

Commit

Permalink
fixed date
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed Jul 6, 2023
1 parent 3533733 commit 78552af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cfp-small.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function CfpSmall({
</a>
</div>
</div>
<div>{formatDate(cfp.cfpDate)}</div>
<div>{formatDate(cfp.conferenceDate)}</div>
<div
style={{
font: 'var(--vvd-typography-base-bold)',
Expand Down

0 comments on commit 78552af

Please sign in to comment.