Skip to content

Commit

Permalink
Hover Effects
Browse files Browse the repository at this point in the history
  • Loading branch information
Nouman159 committed Dec 8, 2023
1 parent 1d85982 commit 8dceec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Footer = () => {
</div>
</div>
</div>
<div className="btn btn-primary max-sm:mt-4 max-sm:mx-2 bg-[#ffffff] p-4 text-black cursor-pointer">Call Now : (192) 121-000-000</div>
<div className="btn btn-primary max-sm:mt-4 max-sm:mx-2 bg-[#ffffff] p-4 text-black cursor-pointer hover:bg-slate-200">Call Now : (192) 121-000-000</div>
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const links = [
},
];

const cta = <button className="btn btn-primary bg-[#ffffff] p-4 text-black">Call Now : 023-121-000-000</button>;
const cta = <button className="btn btn-primary bg-[#ffffff] p-4 hover:bg-slate-200 text-black">Call Now : 023-121-000-000</button>;

const Header = () => {
const searchParams = useSearchParams();
Expand Down

0 comments on commit 8dceec8

Please sign in to comment.