Skip to content

Commit

Permalink
add images
Browse files Browse the repository at this point in the history
  • Loading branch information
Damola18 committed Jun 18, 2024
1 parent 30071ba commit 15e2817
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added public/images/iqggpt-dark.webp
Binary file not shown.
Binary file added public/images/iqgpt-light.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions src/components/layouts/ecosystem/Iqgpt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 15e2817

Please sign in to comment.