Skip to content

Commit

Permalink
Add clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
willydavid-habi committed Feb 4, 2024
1 parent 062dce1 commit 9317d22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Footer from "@/components/footer/footer";
import Hero from "@/components/hero/hero";
import Projects from "@/components/projects/projects";
import Skills from "@/components/skills/skills";
import Script from "next/script";

const openSansFont = Open_Sans({
subsets: ["latin"],
Expand All @@ -18,6 +19,13 @@ const openSansFont = Open_Sans({
export default function Home() {
return (
<>
<Script id="ms-clarity">
{`(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "khi8qnr6sc");`}
</Script>
<main
className={`min-h-screen container max-w-4xl mx-auto ${openSansFont.className} font-opensans`}
>
Expand Down

0 comments on commit 9317d22

Please sign in to comment.