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')} >