Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Suppandi-1 committed Oct 27, 2023
1 parent 38c5181 commit e9b625f
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .firebase/hosting.cHVibGlj.cache

This file was deleted.

5 changes: 0 additions & 5 deletions .firebaserc

This file was deleted.

16 changes: 0 additions & 16 deletions firebase.json

This file was deleted.

Binary file removed public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/ToolsLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const ToolsLinks = ({url, heading}) => {
setError(err.message);
setIsPending(false);
})
}, 10);
},[]);
}, 1);
},[url]);
return (
<div>
{error && <div>{error}</div>}
Expand Down

0 comments on commit e9b625f

Please sign in to comment.