Skip to content

Commit

Permalink
Revert "feat: Added feedback form and sitemap to the footer (#323)"
Browse files Browse the repository at this point in the history
This reverts commit 89fcfb7.
  • Loading branch information
shravan20 authored Oct 15, 2024
1 parent 89fcfb7 commit cee19da
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 209 deletions.
3 changes: 0 additions & 3 deletions frontend/.env.example

This file was deleted.

104 changes: 3 additions & 101 deletions frontend/package-lock.json

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

5 changes: 0 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@formspree/react": "^2.5.1",
"@material-ui/core": "^4.11.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.3.0",
"dotenv": "^16.4.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^5.3.0",
Expand Down Expand Up @@ -39,8 +37,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"dotenv-webpack": "^8.1.0"
}
}
72 changes: 0 additions & 72 deletions frontend/src/components/Footer/Footer.js

This file was deleted.

26 changes: 0 additions & 26 deletions frontend/src/components/Footer/ResponseSuccess.js

This file was deleted.

2 changes: 0 additions & 2 deletions frontend/src/components/Pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { themes, animations, layouts, fonts, colorValues, quoteTypes } from '../
import TextField from '@material-ui/core/TextField';
import Autocomplete from '@material-ui/lab/Autocomplete';
import ContributorsCard from '../../ContributorsCard/ContributorCard'
import Footer from '../../Footer/Footer';
const Home = () => {

const [theme, setTheme] = useState(themes[0]);
Expand Down Expand Up @@ -147,7 +146,6 @@ const Home = () => {
}
</Grid>
<ContributorsCard />
<Footer/>
</React.Fragment>
)
}
Expand Down

0 comments on commit cee19da

Please sign in to comment.