diff --git a/assets/ImageNotLoaded.png b/assets/ImageNotLoaded.png new file mode 100644 index 0000000..f6bb9ae Binary files /dev/null and b/assets/ImageNotLoaded.png differ diff --git a/components/ToolMain.tsx b/components/ToolMain.tsx index feaa9ee..4d5b5b9 100644 --- a/components/ToolMain.tsx +++ b/components/ToolMain.tsx @@ -5,6 +5,7 @@ import { Suspense } from "react"; import { FaGithub, FaLink, FaTwitter } from "react-icons/fa"; import EmbeddedSearchbar from "./EmbeddedSearchbar"; import Image from "next/image"; +import ImageNotLoaded from "../assets/ImageNotLoaded.png"; export default function ToolMain(props: any) { @@ -49,19 +50,20 @@ export default function ToolMain(props: any) { props.toolData.tool_images.length > 0 ? ( props.toolData.tool_images.map((image: any, index: number) => { return ( -