Remove unnecessary space

This commit is contained in:
Manav Rathi
2024-07-20 12:19:21 +05:30
parent 8c32a25a6e
commit 11f127781f

View File

@@ -70,7 +70,7 @@ const FreePlanRow: React.FC<FreePlanRowProps> = ({ closeModal, storage }) => {
return (
<FreePlanRow_ onClick={closeModal}>
<Box>
<Typography> {t("free_plan_option")}</Typography>
<Typography>{t("free_plan_option")}</Typography>
<Typography variant="small" color="text.muted">
{t("free_plan_description", {
storage: formattedStorageByteSize(storage),