Skip to content

Commit

Permalink
Merge branch 'Together-100Devs:main' into feature/issue-#443
Browse files Browse the repository at this point in the history
  • Loading branch information
vguzman812 authored Aug 24, 2023
2 parents d3e262c + 52bb068 commit c296980
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/src/features/modal/EventModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ const EventModal = () => {
<span>{Intl.DateTimeFormat().resolvedOptions().timeZone}</span>
</section>
</div>
<div className="description break-words w-auto min-h-20 my-2 p-2 border-solid border-black border-2 font-semibold rounded-xl bg-neutral-200/50">
<p>Description: {modal.activeEvent.description}</p>
<h3 className="mb-0">Description:</h3>{" "}
<div className="description break-words w-auto min-h-20 mb-2 p-2 border-solid border-black border-2 font-semibold rounded-xl bg-neutral-200/50">
<p>{modal.activeEvent.description}</p>
</div>
<div>
{/* <section className="flex m-3 gap-1 font-semibold">
Expand Down

0 comments on commit c296980

Please sign in to comment.