From afe2cd2a81fec7d72cf9fffad7b2d68620c83d5a Mon Sep 17 00:00:00 2001 From: Innei Date: Sun, 28 Jul 2024 17:21:18 +0800 Subject: [PATCH] fix: invitation for mobile view Signed-off-by: Innei --- .../src/pages/(external)/invitation.tsx | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/renderer/src/pages/(external)/invitation.tsx b/src/renderer/src/pages/(external)/invitation.tsx index c5dbfdd00..2672a54dd 100644 --- a/src/renderer/src/pages/(external)/invitation.tsx +++ b/src/renderer/src/pages/(external)/invitation.tsx @@ -38,18 +38,19 @@ export function Component() { }, [invitationMutation.isSuccess, navigate]) return ( -
+
( - + Invitation Code @@ -59,18 +60,22 @@ export function Component() { )} />
- + Activate
-
+
😰 Sorry, Follow is currently in {" "} early access {" "} - and requires an invitation to use. + and + requires an invitation to use.
)