Skip to content

Commit

Permalink
fix dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Nov 21, 2023
1 parent 4a6c567 commit 8f6eea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/Tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Tools: React.FC = () => {
const handleClose = () => setOpen(false);

return (
<span>
<>
<span className="nav-link" onClick={handleOpen}>
<FontAwesomeIcon icon={faHammer} /> Tools: Version
</span>
Expand All @@ -28,7 +28,7 @@ const Tools: React.FC = () => {
<p><code>#package_version</code></p>
</div>
</div> : null}
</span>
</>
)
}

Expand Down

0 comments on commit 8f6eea7

Please sign in to comment.