Skip to content

Commit

Permalink
div tag changed to span tag
Browse files Browse the repository at this point in the history
  • Loading branch information
olatunde1998 committed Jan 17, 2025
1 parent edf69c3 commit 5b15200
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use client";
import { useEffect } from "react";
import Navbar from "@/app/components/navbar/Navbar";
import Hero from "@/app/components/landing-page-components/Hero";
import HowItWorks from "@/app/components/landing-page-components/HowItWorks";
Expand Down Expand Up @@ -68,9 +66,9 @@ export default function Home() {
href="https://api.whatsapp.com/send/?phone=2348133642798&text=Welcome+to+Geomatic+Connect%2C+please+ask+me+any+question+regarding+our+products+and+services&type=phone_number&app_absent=0"
target="_blank"
>
<div className="bg-[#019734] p-2.5 rounded-full flex items-center">
<span className="bg-[#019734] p-2.5 rounded-full flex items-center">
<FaWhatsapp color="#FFFFFF" size={42} className="" />
</div>
</span>
</a>
</div>

Expand Down

0 comments on commit 5b15200

Please sign in to comment.