From 8d4c3424b0db1d00eec0ac427e815a15ac21c8d2 Mon Sep 17 00:00:00 2001 From: Dhruvit Galoriya Date: Tue, 22 Nov 2022 10:42:09 +0530 Subject: [PATCH] push --- src/components/Image.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/Image.tsx b/src/components/Image.tsx index 41995e4..c2ef45f 100644 --- a/src/components/Image.tsx +++ b/src/components/Image.tsx @@ -1,5 +1,7 @@ -import image from './image.jpg' +import image from "./image.jpg" -export const Image = ({alt, role}: {alt?: string; role?: string}) => ( - {alt} +export const Image = ({ alt, role }: { alt?: string; role?: string }) => ( +
+ {alt} +
)