From 483838618b0d418b6a4dc66fc2256928f372b8c9 Mon Sep 17 00:00:00 2001 From: Vukasin Date: Fri, 23 May 2025 00:01:07 +0200 Subject: [PATCH] fix: responsive free tier message --- .../thread/chat-input/message-input.tsx | 18 +++++++++++++++++- .../thread/chat-input/model-selector.tsx | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/thread/chat-input/message-input.tsx b/frontend/src/components/thread/chat-input/message-input.tsx index d82dbfa2..af4802eb 100644 --- a/frontend/src/components/thread/chat-input/message-input.tsx +++ b/frontend/src/components/thread/chat-input/message-input.tsx @@ -142,7 +142,23 @@ export const MessageInput = forwardRef( - {subscriptionStatus === 'no_subscription' && !isLocalMode() &&

Upgrade for full performance

The free tier is severely limited by inferior models; upgrade to experience the true full Suna experience.

} + {subscriptionStatus === 'no_subscription' && !isLocalMode() && + + + +

Upgrade for full performance

+
+

+ Upgrade for better performance +

+
+
+ +

The free tier is severely limited by inferior models; upgrade to experience the true full Suna experience.

+
+
+
+ }
= ({ )} - {selectedLabel} + {selectedLabel}