Skip to content

Commit

Permalink
Separators.
Browse files Browse the repository at this point in the history
  • Loading branch information
robol committed Nov 21, 2023
1 parent c1758d5 commit ed271e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions widgets/src/components/SeminarList.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export function SeminarList({ from, to, category }) {
<div key={e._id}>
<SeminarTitle seminar={e} href={"https://www.dm.unipi.it/seminario?id=" + e._id}></SeminarTitle>
<Markdown remarkPlugins={[remarkMath]} rehypePlugins={[rehypeKatex]}>{truncateText(e.abstract, 200)}</Markdown>
<hr className="my-4"></hr>
</div>
)
}
Expand Down

0 comments on commit ed271e5

Please sign in to comment.