Skip to content

Commit

Permalink
Notification added
Browse files Browse the repository at this point in the history
  • Loading branch information
khushi-3008 committed Apr 9, 2021
1 parent 8c2c94c commit 8a43eb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ app.whenReady().then(showNotification);

function encryptNotification() {
const notification = {
title: 'Encryption Competed',
title: 'Encryption Completed',
body: 'Your file has been encrypted successfully!!'
}
new Notification(notification).show()
Expand Down
2 changes: 0 additions & 2 deletions src/components/Encryption/Encryption.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ const Background = styled.div`
background: rgb(39, 176, 255);
`;



const Encryption = props => {
return (
<>
Expand Down

0 comments on commit 8a43eb4

Please sign in to comment.