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 );