diff --git a/client/src/pages/MediaOutlet.tsx b/client/src/pages/MediaOutlet.tsx index ad3d731..ea0aafe 100644 --- a/client/src/pages/MediaOutlet.tsx +++ b/client/src/pages/MediaOutlet.tsx @@ -172,11 +172,11 @@ export default function MediaOutlet() { -
+
-
-
-
+
+
+
{Array.from({ length: 6 }).map((_, i) => (
))} @@ -283,42 +283,46 @@ export default function MediaOutlet() {
-
+
{/* Outlet Header */} -
-
+
+
{outlet.imageUrl ? ( {outlet.name} ) : ( -
- +
+ {outlet.name.charAt(0)}
)}
-

{outlet.name}

-

{outlet.description}

-
+
+

{outlet.name}

{outlet.category} - {outlet.tags?.map((tag) => ( - - {tag} - - ))}
+

{outlet.description}

+ {outlet.tags && outlet.tags.length > 0 && ( +
+ {outlet.tags.map((tag) => ( + + {tag} + + ))} +
+ )} {/* Auction Section */} {!auctionLoading && auction ? ( - +
@@ -347,7 +351,7 @@ export default function MediaOutlet() { ) : !auctionLoading && !auction ? ( - +
@@ -366,7 +370,7 @@ export default function MediaOutlet() { ) : ( - +
@@ -381,9 +385,9 @@ export default function MediaOutlet() {
{/* Articles Section */} -
-
-

Latest Articles

+
+
+

Latest Articles