Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy917 authored Feb 5, 2024
1 parent e6c0892 commit 9aa337a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/modals/download-geo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const DownloadGeo: FC<Props> = ({ show, onHide }) => {
</button>
</a>
<button type="button" className="btn btn-outline-dark" onClick={onHide}>
Nevemind
Nevermind
</button>
</Modal.Footer>
</Modal>
Expand Down

0 comments on commit 9aa337a

Please sign in to comment.