From 641fa9fe89606ca58460f9a64cd6c330e78f6b74 Mon Sep 17 00:00:00 2001 From: Huiwen Date: Wed, 20 Sep 2023 18:16:11 +0000 Subject: [PATCH] Lighter description --- components/dashboard/src/teams/TeamSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/src/teams/TeamSettings.tsx b/components/dashboard/src/teams/TeamSettings.tsx index 8ec92cd7ddbf6d..e681e33e308b3b 100644 --- a/components/dashboard/src/teams/TeamSettings.tsx +++ b/components/dashboard/src/teams/TeamSettings.tsx @@ -308,7 +308,7 @@ function WorkspaceImageButton(props: { )} - {description &&
{description}
} + {description &&
{description}
} );