From 0a83f4433c7fd1ffd3a759b27d903765a54a3a37 Mon Sep 17 00:00:00 2001 From: archey347 Date: Fri, 10 Jan 2025 00:08:20 +0000 Subject: [PATCH] Make linter happy --- src/app/sponsors/gallery.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/sponsors/gallery.tsx b/src/app/sponsors/gallery.tsx index 83791fd..017224c 100644 --- a/src/app/sponsors/gallery.tsx +++ b/src/app/sponsors/gallery.tsx @@ -3,6 +3,7 @@ import { Gallery, Image } from "react-grid-gallery"; import Whitecliff4x4 from "@/images/sponsors/whitecliff4x4.jpg"; import { useEffect } from "react"; import { ThumbnailImageProps } from "react-grid-gallery"; +import NImage from "next/image"; export default function SponsorGallery() { const images = [ @@ -61,7 +62,7 @@ import { ThumbnailImageProps } from "react-grid-gallery"; return ( - {alt} + ); };