Index: app/(app)/dashboard/accounts-section.tsx
===================================================================
--- app/(app)/dashboard/accounts-section.tsx	(revision 079e4854736b519e004a6a1d7c4b4943fc05ebf4)
+++ app/(app)/dashboard/accounts-section.tsx	(revision 22fc16de3b36f1ca7bd2df7d4441d55227d56f05)
@@ -214,25 +214,28 @@
                         }}
                     />
-                    <div
-                        aria-hidden
-                        className="
-                            absolute
-                            left-1/2
-                            top-10
-                            -translate-x-1/2
-                            w-[92%]
-                            h-[112px]
-                            rounded-2xl
-                            bg-blue-700/20
-                            border border-white/10
-                            backdrop-blur-md
-                            shadow-md
-                        "
-                        style={{
-                            transform: 'translateY(45px) scale(0.82)',
-                            zIndex: 0,
-                            filter: 'saturate(0.95)',
-                        }}
-                    />
+
+                    {moreCount > 1 && (
+                        <div
+                            aria-hidden
+                            className="
+                                absolute
+                                left-1/2
+                                top-10
+                                -translate-x-1/2
+                                w-[92%]
+                                h-[112px]
+                                rounded-2xl
+                                bg-blue-700/20
+                                border border-white/10
+                                backdrop-blur-md
+                                shadow-md
+                            "
+                            style={{
+                                transform: 'translateY(45px) scale(0.82)',
+                                zIndex: 0,
+                                filter: 'saturate(0.95)',
+                            }}
+                        />
+                    )}
 
                     {/* the actual top card */}
