Update OSCard.tsx

This commit is contained in:
Hristo Nedelkov 2024-01-21 16:15:07 +02:00
parent 91970547f9
commit 5567c62f7f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ type OSCardProps = {
}
const OSCard = ({ name, icon }: OSCardProps) => {
return (
<Stack>
<Stack >
<Text size={19} weight={'semibold'}>
{name}
</Text>