Skip to content

Commit

Permalink
Merge pull request #273 from gaurav1603/fix-issue-#192
Browse files Browse the repository at this point in the history
Reduce Hover Speed of button
  • Loading branch information
thecuriousteam authored Aug 9, 2024
2 parents 12ded00 + dad6758 commit bad496b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
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
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"react-datepicker": "^6.9.0",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1",
"yarn": "^1.22.22"

"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1"
},
Expand Down

0 comments on commit bad496b

Please sign in to comment.