diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx index 221b3a0..2be13ac 100644 --- a/src/app/(main)/layout.tsx +++ b/src/app/(main)/layout.tsx @@ -11,7 +11,7 @@ import Script from "next/script"; import RootProviders from "./RootProviders.client"; const title = "Kyle Wong - Digital Marketer, Web Developer."; -const description = `Hello, I'm Kyle, a digital marketer and web developer, based in the Malaysia 🇲🇾.`; +const description = `Hello, I'm Kyle, a digital marketer and web developer, based in the Malaysia 🇲.`; const image = encodeURI( `${ devEnvironment ? DEVDOMAIN : DOMAIN @@ -111,8 +111,10 @@ export default function RootLayout({ {!isDev && (