Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
liammcaweeney committed Dec 13, 2024
1 parent 85aa6f7 commit 18e9d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function App() {
CTRL Backup Decryptor
</header>
<h2>
Select the a backup file to be decrypted
Please Select your backup file
</h2>

<div className={'body'}>
Expand All @@ -199,7 +199,7 @@ function App() {
</div>
<div className="fileSelection">
Input data <input placeholder={'xdefi/ctrl data...'} ref={textRef}></input>
<button onClick={handleInput}> {'Sumbit'} </button>
<button onClick={handleInput}> {'Submit'} </button>
</div>
</div>
)
Expand Down

0 comments on commit 18e9d5f

Please sign in to comment.