From 15aa9a163ab28cc95edc544c53b3d560fec2290a Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 17 Mar 2023 00:19:42 +0100 Subject: [PATCH] Added expected size to next/image tags --- components/styles/cards/desktop.tsx | 4 ++-- components/styles/cards/mobile.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/styles/cards/desktop.tsx b/components/styles/cards/desktop.tsx index 91e4667..6ca2ed7 100644 --- a/components/styles/cards/desktop.tsx +++ b/components/styles/cards/desktop.tsx @@ -171,7 +171,7 @@ const CardHeader = ({ content }: { content: Service }) => { { content.icon ? ( - icon + icon ) : (<>) } @@ -184,7 +184,7 @@ const CardHeader = ({ content }: { content: Service }) => { { content.icon ? ( - icon + icon ) : (<>) } diff --git a/components/styles/cards/mobile.tsx b/components/styles/cards/mobile.tsx index f984bb2..76715f7 100644 --- a/components/styles/cards/mobile.tsx +++ b/components/styles/cards/mobile.tsx @@ -131,7 +131,7 @@ const CardTitle = ({ content, href }: { content: Service, href: string }) => { { content.icon ? ( - icon + icon ) : (<>) } @@ -154,7 +154,7 @@ const CardTitle = ({ content, href }: { content: Service, href: string }) => { { content.icon ? ( - icon + icon ) : (<>) }