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() {