From 95995bcb50eaffcb8fd6f4784cda392b9518d47f Mon Sep 17 00:00:00 2001 From: Josh Mills <61624970+jtmst@users.noreply.github.com> Date: Tue, 14 May 2024 15:21:03 -0400 Subject: [PATCH] switch to next image components (#28) --- src/app/components/Footer.tsx | 5 ++++- src/app/components/NavigationBar.tsx | 9 ++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/app/components/Footer.tsx b/src/app/components/Footer.tsx index 42d4ca0..809cfae 100644 --- a/src/app/components/Footer.tsx +++ b/src/app/components/Footer.tsx @@ -1,4 +1,5 @@ import Link from 'next/link'; +import Image from 'next/image'; export default function Footer() { return ( @@ -7,10 +8,12 @@ export default function Footer() {