Skip to content

Commit

Permalink
Merge pull request #186 from cloud-native-nordics/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
langecode authored Nov 25, 2024
2 parents 0c0b678 + 911d1fa commit 5ef5815
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/shared/modal/modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ const Modal = ({ isVisible, modalData, onModalHide, isPresentationShow }) => {
</span>
</div>
)}
{!title.includes('Keynote') &&
{/*
!title.includes('Keynote') &&
!title.includes('Welcome') &&
!title.includes('Surprises') &&
!title.includes('Closing') && (
Expand All @@ -169,7 +170,8 @@ const Modal = ({ isVisible, modalData, onModalHide, isPresentationShow }) => {
style={{ width: '150px' }}
/>
</div>
)}
)
*/}
<p
className="mt-3 text-lg leading-normal text-primary-1 sm:text-base"
style={{ whiteSpace: 'pre-line' }}
Expand Down

0 comments on commit 5ef5815

Please sign in to comment.