From 78e37c8969563f8c1c4d10dfa1ac4afc42f51781 Mon Sep 17 00:00:00 2001 From: Alma Date: Sat, 12 Apr 2025 23:59:59 +0200 Subject: [PATCH] widget parole 1 --- components/parole.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/components/parole.tsx b/components/parole.tsx index 9e9ccf0f..eec78562 100644 --- a/components/parole.tsx +++ b/components/parole.tsx @@ -84,9 +84,12 @@ export function Parole() { if (status === 'loading') { return ( - + + + Talk mentions + -

Loading...

+

Loading...

); @@ -94,16 +97,20 @@ export function Parole() { if (status === 'unauthenticated' || (error && error.includes('Session expired'))) { return ( - + + + Talk mentions +
-

Please sign in to view messages

+

Please sign in to view messages

@@ -115,7 +122,7 @@ export function Parole() { return ( router.push('/parole')} >