Skip to content

Commit

Permalink
Allow badges in descriptions now
Browse files Browse the repository at this point in the history
  • Loading branch information
NatVIII committed Jul 4, 2024
1 parent 8828011 commit 48ed1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/EventModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const eventHost = props.event.event.extendedProps.org;
const eventURL = props.event.event.url;
const eventID = props.event.event.id;
const eventLocation = props.event.event.extendedProps.location;
const eventDescription = sanitizeHtml(props.event.event.extendedProps.description);
const eventDescription = replaceBadgePlaceholders(sanitizeHtml(props.event.event.extendedProps.description));
const eventImages = props.event.event.extendedProps.images;
const eventTags = props.event.event.extendedProps.tags;
Expand Down

1 comment on commit 48ed1b0

@vercel
Copy link

@vercel vercel bot commented on 48ed1b0 Jul 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rva-rip – ./

rva-rip-git-main-my-team-66f1c945.vercel.app
rva-rip-my-team-66f1c945.vercel.app
rva.rip
www.rva.rip

Please sign in to comment.