Skip to content

Commit

Permalink
Merge pull request #7 from i-mader/v2
Browse files Browse the repository at this point in the history
fix btn wa
  • Loading branch information
rahmathidayatullah authored Aug 13, 2024
2 parents 07d3c0f + c939b75 commit fcba1dd
Showing 1 changed file with 1 addition and 1 deletion.
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"
className="text-white bg-green hover:bg-opacity-90 rounded-none relative z-[999999]"
>
<IconWa />
&nbsp;Whatsapp Us
Expand Down

0 comments on commit fcba1dd

Please sign in to comment.