Skip to content

Commit

Permalink
Change color of footer
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav1603 committed Jul 2, 2024
1 parent fe8889b commit 05407b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions desktop.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ViewState]
Mode=
Vid=
FolderType=StorageProviderGeneric
2 changes: 1 addition & 1 deletion frontend/src/Components/common/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Footer = () => {
};

return (
<div className='flex md:flex-wrap lg:flex-nowrap gap-5 items-start px-7 pt-10 pb-6 max-md:flex-wrap max-md:px-5'>
<div className='bg-black flex md:flex-wrap lg:flex-nowrap gap-5 items-start px-7 pt-10 pb-6 max-md:flex-wrap max-md:px-5'>
<div className='flex flex-col'>
<div className='flex gap-4 text-xl font-bold tracking-wide text-center text-white'>
<Link to={'/'} onClick={scrollToTop}>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"mongoose": "^8.3.4",
"react-datepicker": "^6.9.0",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1"
"react-router-dom": "^6.23.1",
"yarn": "^1.22.22"
},
"devDependencies": {
"prettier": "^3.2.5"
Expand Down

0 comments on commit 05407b5

Please sign in to comment.