Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
c2d13p committed Dec 6, 2024
2 parents 93921e6 + 1d8dfd4 commit f451fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/src/components/HomeGrantList.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function GrantBox({ grant }) {
? formatDateInterval(grant.startDate, grant.endDate, 'en-US')
: `${formatDate(grant.startDatetime)} - ${formatTime(grant.startDatetime)}`;

const link = getDMURL(`en/research/grant-details/?grant_id=${grant._id}`);
const link = getDMURL(`research/grant-details/?grant_id=${grant._id}`);

var title = grant.name

Expand Down

0 comments on commit f451fcd

Please sign in to comment.