From 3a1634bac263d8121bf3b7f82c4623ae4cc4d15c Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Tue, 19 Mar 2024 13:32:09 -0400 Subject: [PATCH] improve look of dropdown --- frontend/src/components/ModelSettingsSection.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/components/ModelSettingsSection.tsx b/frontend/src/components/ModelSettingsSection.tsx index a838fe6..f5c6675 100644 --- a/frontend/src/components/ModelSettingsSection.tsx +++ b/frontend/src/components/ModelSettingsSection.tsx @@ -61,9 +61,7 @@ function ModelSettingsSection({ {IS_RUNNING_ON_CLOUD && subscriberTier === "free" && CODE_GENERATION_MODEL_DESCRIPTIONS[model].isPaid && ( - - Upgrade to Paid - + Upgrade to Paid )}