diff --git a/public/images/iqggpt-dark.webp b/public/images/iqggpt-dark.webp new file mode 100644 index 0000000..bd78fe5 Binary files /dev/null and b/public/images/iqggpt-dark.webp differ diff --git a/public/images/iqgpt-light.webp b/public/images/iqgpt-light.webp new file mode 100644 index 0000000..7a80373 Binary files /dev/null and b/public/images/iqgpt-light.webp differ diff --git a/src/components/layouts/ecosystem/Iqgpt.tsx b/src/components/layouts/ecosystem/Iqgpt.tsx index 8b6c886..7f4f5da 100644 --- a/src/components/layouts/ecosystem/Iqgpt.tsx +++ b/src/components/layouts/ecosystem/Iqgpt.tsx @@ -47,10 +47,10 @@ const Iqgpt = () => { }, [theme]); let imageUrl: string | undefined; if (appTheme === "light") { - imageUrl = "/images/iq-gpt.png"; + imageUrl = "/images/iqgpt-light.webp"; } if (appTheme === "dark") { - imageUrl = "/images/iq-gpt-dark.png"; + imageUrl = "/images/iqgpt-dark.webp"; } return (