Skip to content

Commit

Permalink
fix btn wa
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmathidayatullah committed Aug 13, 2024
1 parent c939b75 commit 3558d94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Header = () => {
? "py-4 bg-neutral-800 shadow-lg dark:bg-accent"
: // : "py-4 dark:bg-transparent"
"py-4 bg-neutral-800"
} sticky top-0 z-30 transition-all ${pathname === "/" && "bg-black"}`}
} sticky top-0 z-[41] transition-all ${pathname === "/" && "bg-black"}`}
>
<div className="bg-neutral-800 absolute inset-0 bg-opacity-20 z-20"></div>
<div className="bg-neutral-800 absolute inset-0 z-10"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/SiteMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function SiteMap() {

return (
<MapContainer
className="w-full h-[200px] lg:h-[417px]"
className="w-full h-[200px] lg:h-[417px] relative z-40"
center={markerPosition}
zoom={13}
scrollWheelZoom={false}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Whatsapp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Whatsapp = () => {
return (
<Button
onClick={() => windowLocationHref("6281272914023", "Hello I-Mader ..")}
className="text-white bg-green hover:bg-opacity-90 rounded-none relative z-[999999]"
className="text-white bg-green hover:bg-opacity-90 rounded-none relative z-40"
>
<IconWa />
&nbsp;Whatsapp Us
Expand Down

0 comments on commit 3558d94

Please sign in to comment.