diff --git a/web/app/(humanInputLayout)/form/[token]/form.tsx b/web/app/(humanInputLayout)/form/[token]/form.tsx index 1bcdda3328..d027ef8b7d 100644 --- a/web/app/(humanInputLayout)/form/[token]/form.tsx +++ b/web/app/(humanInputLayout)/form/[token]/form.tsx @@ -182,27 +182,29 @@ const FormContent = () => { } if (rateLimitExceeded) { -
-
-
-
- + return ( +
+
+
+
+ +
+
+
{t('humanInput.rateLimitExceeded', { ns: 'share' })}
+
-
-
{t('humanInput.rateLimitExceeded', { ns: 'share' })}
-
-
-
-
-
{t('chat.poweredBy', { ns: 'share' })}
- +
+
+
{t('chat.poweredBy', { ns: 'share' })}
+ +
-
+ ) } if (!formData) {