Skip to content

Commit

Permalink
✏️Fix typo nuXmv
Browse files Browse the repository at this point in the history
  • Loading branch information
soaibsafi committed Dec 28, 2023
1 parent 6cb90b3 commit 278cf9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Playground/Playground.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ const Playground = ({ editorValue, setEditorValue, language, setLanguage }) => {
style={{ cursor: 'pointer', textDecoration: 'underline' }}
role='button'
onClick={() => setIsNuxmvModalOpen(true)}>
Nuxmv Copyright Notice
nuXmv Copyright Notice
</a>
{/* Render the modal conditionally */}
{isNuxmvModalOpen && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const NuxmvCopyrightNotice = ({
<MDBModalDialog>
<MDBModalContent>
<MDBModalHeader>
<MDBModalTitle>Nuxmv Copyright Notice</MDBModalTitle>
<MDBModalTitle>nuXmv Copyright Notice</MDBModalTitle>
<MDBBtn
className="btn-close"
color="none"
Expand Down

0 comments on commit 278cf9b

Please sign in to comment.