Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add popup to calendar
  • Loading branch information
regalijan committed Nov 6, 2024
1 parent fa288b6 commit 5ca52a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/events-calendar.tsx
Expand Up @@ -91,6 +91,7 @@ export default function () {
onSelectSlot={(s) => {
setDate(s.slots.at(0) as Date);
}}
popup
startAccessor={(event) => {
const date = new Date(event.start);
date.setUTCDate(date.getUTCDate() + 1);
Expand Down

0 comments on commit 5ca52a9

Please sign in to comment.