diff --git a/ui/app/mirrors/create/mirrorcards.tsx b/ui/app/mirrors/create/mirrorcards.tsx
index 31466cf9ee..6cf2dcd348 100644
--- a/ui/app/mirrors/create/mirrorcards.tsx
+++ b/ui/app/mirrors/create/mirrorcards.tsx
@@ -70,14 +70,17 @@ const MirrorCards = ({
{card.description}
-
+
);
})}
diff --git a/ui/app/page.tsx b/ui/app/page.tsx
index 4e84221bb7..83a0f1ccd6 100644
--- a/ui/app/page.tsx
+++ b/ui/app/page.tsx
@@ -5,7 +5,7 @@ import { Layout, LayoutMain } from '@/lib/Layout';
export default function Home() {
return (
}>
-
+
diff --git a/ui/app/peers/[peerName]/page.tsx b/ui/app/peers/[peerName]/page.tsx
index 364c425dca..fadb1731d4 100644
--- a/ui/app/peers/[peerName]/page.tsx
+++ b/ui/app/peers/[peerName]/page.tsx
@@ -57,7 +57,14 @@ const PeerData = async ({ params: { peerName } }: DataConfigProps) => {
const stats = await getStatData();
return (
-
+
-
-
{configComponentMap(dbType)}
-
-
+