From 7b0363bd3efa93119571a767f49975a6e0a4a442 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Mon, 18 Aug 2025 16:24:30 +0200 Subject: [PATCH] Center the trust center spinner Signed-off-by: Sacha Al Himdani --- apps/console/src/pages/PublicTrustCenterPage.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/console/src/pages/PublicTrustCenterPage.tsx b/apps/console/src/pages/PublicTrustCenterPage.tsx index f00704608..f8d3983cc 100644 --- a/apps/console/src/pages/PublicTrustCenterPage.tsx +++ b/apps/console/src/pages/PublicTrustCenterPage.tsx @@ -159,7 +159,11 @@ function PublicTrustCenterContent() { } if (loading) { - return ; + return ( +
+ +
+ ); } if (error) {