Skip to content

Commit

Permalink
fix: The contact me button is working now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 committed Sep 25, 2024
1 parent d5d034b commit cbbb415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const footerLink = [

export const Footer = () => {
return (
<footer className="relative overflow-x-clip z-10">
<footer className="relative overflow-x-clip -z-10">
{" "}
{/* Adjusted z-index */}
<div className="absolute h-[400px] w-[1600px] bottom-0 left-1/2 -translate-x-1/2 bg-emerald-300/30 [mask-image:radial-gradient(50%_50%_at_bottom_center,black,transparent)] -z-10"></div>
Expand Down

0 comments on commit cbbb415

Please sign in to comment.