From 356dc41272487fe1101a1c705c758bb88db3d754 Mon Sep 17 00:00:00 2001 From: Ivan Procaccini Date: Fri, 17 May 2024 20:02:34 +0100 Subject: [PATCH] style: remove separator from ContextCard --- src/components/ContextCard/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/ContextCard/index.tsx b/src/components/ContextCard/index.tsx index 0e05d3d..53a9c47 100644 --- a/src/components/ContextCard/index.tsx +++ b/src/components/ContextCard/index.tsx @@ -1,4 +1,4 @@ -import { Box, Card, Flex, Heading, Separator, Text } from '@radix-ui/themes' +import { Box, Card, Flex, Heading, Text } from '@radix-ui/themes' import React, { FC } from 'react' interface ContextCardProps { @@ -11,7 +11,6 @@ const ContextCard: FC = ({ text }) => { Context - {text}