From 37f9bdeccf00ea3276254971c8a3c42d9cfd8289 Mon Sep 17 00:00:00 2001 From: Calli Date: Sat, 24 Jun 2023 15:33:24 +0300 Subject: [PATCH] change no planet card to empty box --- .../PlanetaryInteraction/NoPlanetCard.tsx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx b/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx index 7eeff99..5efeda6 100644 --- a/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx +++ b/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx @@ -1,4 +1,4 @@ -import { Stack, Typography, styled } from "@mui/material"; +import { Box, Stack, Typography, styled } from "@mui/material"; import Image from "next/image"; const StackItem = styled(Stack)(({ theme }) => ({ @@ -13,20 +13,12 @@ const StackItem = styled(Stack)(({ theme }) => ({ export const NoPlanetCard = ({}: {}) => { return ( - - No planet );