From 8bcf346375764eb4b4575b048f59cd575402b408 Mon Sep 17 00:00:00 2001 From: Mathijs Kadijk Date: Tue, 22 Oct 2024 12:16:07 +0200 Subject: [PATCH] keepgoing: Fix compile error in Logo --- keepgoing/src/components/Intro.tsx | 2 +- keepgoing/src/components/Logo.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keepgoing/src/components/Intro.tsx b/keepgoing/src/components/Intro.tsx index c16b04a..af61fee 100644 --- a/keepgoing/src/components/Intro.tsx +++ b/keepgoing/src/components/Intro.tsx @@ -47,7 +47,7 @@ export function Intro() { <>
- +

diff --git a/keepgoing/src/components/Logo.tsx b/keepgoing/src/components/Logo.tsx index e778bd4..2280bfc 100644 --- a/keepgoing/src/components/Logo.tsx +++ b/keepgoing/src/components/Logo.tsx @@ -1,5 +1,5 @@ import { useId } from 'react' -import Image, { type ImageProps } from 'next/image' +import Image from 'next/image' import logo from '@/images/logo.png' export function Logo() {