Skip to content

Commit

Permalink
feat: added seminar link
Browse files Browse the repository at this point in the history
  • Loading branch information
aziis98 committed Nov 23, 2023
1 parent 6c9732b commit 27b31e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/element.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const getSeminarCategory = async ({ endpoint, category, from, to }) => {
title: seminar.title,
start: seminar.startDatetime,
end: new Date(new Date(seminar.startDatetime).getTime() + seminar.duration * 1000 * 60),
// url: `https://www.dm.unipi.it/phd/phd-course-details/?phd_course_id=${seminar.course._id}`,
url: 'https://www.dm.unipi.it/seminario/?id=${seminar._id}',
color: 'green',
extendedProps: {
type: 'seminar',
Expand Down

0 comments on commit 27b31e0

Please sign in to comment.