Skip to content

Commit

Permalink
- modal window component cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mev authored and mev committed Mar 6, 2024
1 parent f48bd62 commit ca7ebd2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ const Footer: React.FunctionComponent<Props> = () => {
return (
<section className="section footer do-not-print">
<button id="openModal" onClick={() => setShoModal(true)}>
Why was this page developed?
Click me to show modal
</button>
<Modal handleClose={() => setShoModal(false)} isOpen={showModal}>
<>
</>
<p>Some interest info</p>
</Modal>
</section>
);
Expand Down

0 comments on commit ca7ebd2

Please sign in to comment.