gradient part fixed

This commit is contained in:
Tanmay 2024-01-29 19:37:17 +05:30
parent 1040517bc0
commit 30f749ea9d
4 changed files with 5 additions and 4 deletions

2
.gitignore vendored
View File

@ -9,7 +9,7 @@
/coverage
# production
#/build
/build
# misc
.DS_Store

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -21,7 +21,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build"
},
"eslintConfig": {
"extends": [