diff --git a/packages/frontend-2/components/workspace/sidebar/FreePlanAlert.vue b/packages/frontend-2/components/workspace/sidebar/FreePlanAlert.vue index 508f60291..e35ef9d57 100644 --- a/packages/frontend-2/components/workspace/sidebar/FreePlanAlert.vue +++ b/packages/frontend-2/components/workspace/sidebar/FreePlanAlert.vue @@ -4,7 +4,7 @@ class="p-2 pl-3 bg-info-lighter rounded-md flex items-center justify-between gap-x-2" >

- You're on a free plan. + You're on the Free plan

{ const sizeClasses = computed((): string => { switch (props.size) { case 'sm': - return 'text-body sm:text-2xs !leading-tight' + return 'text-body sm:text-body-2xs' case 'lg': return 'text-body sm:text-sm' case 'xl':