From 7f5a1c8afb62e215b129ae3860f16e797726e17d Mon Sep 17 00:00:00 2001 From: geido Date: Wed, 23 Feb 2022 18:33:19 +0200 Subject: [PATCH] Fix database list --- docs/src/pages/index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index c4912012641f0..9ac438a2869d1 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -248,6 +248,11 @@ const CarouselSection = styled('div')` } } `; + +const StyledDatabaseImg = styled.img` + width: ${(props) => props.width}; + height: ${(props) => props.height}; +`; interface featureProps { icon: React.ReactNode, title: string, @@ -441,7 +446,7 @@ export default function Home(): JSX.Element { title, imgName: imageName, width, height, }) => (
  • - +
  • ), )}