Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
amykapernick committed Feb 2, 2024
1 parent 51f92da commit c5309f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/parts/details/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ const Content = ({ data, children }: { data: string, children: any }) =>
const pageContent = new Converter().makeHtml(data)
const sections = pageContent.replace('{{calendar_links}}', calendarButtons).replace('{{map}}', `<img src=${ Map.src } alt="Linked Map to Location" />`).replaceAll('<a href="', '<a target="_blank" href="').split('<hr />\n')

console.log({ data })

return (
<>
<div className={styles.content}>
Expand Down

0 comments on commit c5309f5

Please sign in to comment.