Skip to content

Commit

Permalink
fix: 🐛 improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
NirmalNaveen20 committed Jul 1, 2023
1 parent f919c1f commit 0bd5983
Show file tree
Hide file tree
Showing 1,032 changed files with 203,185 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
backend/config/.env
frontend/node_modules
backend/node_modules
/socket/*

socket/.env
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Binary file removed backend/.DS_Store
Binary file not shown.
Binary file removed frontend/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body {
input,select{
outline: none;
}

.batch_heart{
background: tomato;
width: 15px;
Expand Down
1 change: 1 addition & 0 deletions socket/node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions socket/node_modules/.bin/nodemon

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions socket/node_modules/.bin/nodetouch

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions socket/node_modules/.bin/nopt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions socket/node_modules/.bin/semver

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0bd5983

Please sign in to comment.