diff --git a/client/src/components/MainContent.tsx b/client/src/components/MainContent.tsx
index 4573700..1bc83e5 100644
--- a/client/src/components/MainContent.tsx
+++ b/client/src/components/MainContent.tsx
@@ -226,7 +226,9 @@ export default function MainContent() {
NEW
- {getSeparatedOutlets("People").newOutlets.map(renderOutletCard)}
+
+ {getSeparatedOutlets("People").newOutlets.map(renderOutletCard)}
+
{getSeparatedOutlets("People").regularOutlets.length > 0 && (
)}
@@ -249,7 +251,9 @@ export default function MainContent() {
NEW
- {getSeparatedOutlets("Topics").newOutlets.map(renderOutletCard)}
+
+ {getSeparatedOutlets("Topics").newOutlets.map(renderOutletCard)}
+
{getSeparatedOutlets("Topics").regularOutlets.length > 0 && (
)}
@@ -272,7 +276,9 @@ export default function MainContent() {
NEW
- {getSeparatedOutlets("Companies").newOutlets.map(renderOutletCard)}
+
+ {getSeparatedOutlets("Companies").newOutlets.map(renderOutletCard)}
+
{getSeparatedOutlets("Companies").regularOutlets.length > 0 && (
)}