From 514bfe68d7a448d5d283c59b6067d8e199092671 Mon Sep 17 00:00:00 2001 From: Guillaume Belanger Date: Mon, 4 Dec 2023 08:10:12 -0500 Subject: [PATCH] chore: Uses image from next/image (#214) --- components/Logo.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/Logo.tsx b/components/Logo.tsx index 33fcd09d..efbf48be 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -1,12 +1,16 @@ import React, { FC } from "react"; +import Image from "next/image"; + const Logo: FC = () => { return (
- circle of friends