diff --git a/src/components/ChainApps.tsx b/src/components/ChainApps.tsx
index 49d9c63..6f8f379 100644
--- a/src/components/ChainApps.tsx
+++ b/src/components/ChainApps.tsx
@@ -67,7 +67,7 @@ export default function ChainApps(props: {
{show ? appButtons : appButtons.length === 4 ? appButtons : appButtons.slice(0, 3)}
-
-
+ }
+
+
)