Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 11, 2023
1 parent a4df2c8 commit 39947b1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions taxonium_website/src/components/AboutOverlay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ const modalStyle = {

function AboutOverlay({ enabled, setEnabled, overlayContent }) {
return (
<Modal isOpen={enabled} onRequestClose={() => setEnabled(false)}
style={modalStyle}>
<Modal
isOpen={enabled}
onRequestClose={() => setEnabled(false)}
style={modalStyle}
>
<button
className="absolute text-lg font-bold top-0 right-0 m-2"
onClick={() => setEnabled(false)}
Expand Down

0 comments on commit 39947b1

Please sign in to comment.