Center the trust center spinner

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-08-18 16:24:30 +02:00
parent 78b9cb8085
commit 7b0363bd3e

View File

@@ -159,7 +159,11 @@ function PublicTrustCenterContent() {
}
if (loading) {
return <Spinner />;
return (
<div className="flex items-center justify-center min-h-screen">
<Spinner />
</div>
);
}
if (error) {