diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index b7e9a108f..480a28418 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -1,5 +1,5 @@ import { useEffect, useRef, useMemo, useCallback, useState } from "react"; -import Image from 'next/image'; // Import the Image component from Next.js +//import Image from 'next/image'; // Import the Image component from Next.js import styles from "./home.module.scss"; @@ -182,7 +182,7 @@ export function SideBar(props: { className?: string }) {
{/* Replace img with Image component and add an alt attribute */} -