From 63551f96614a7b3daab63ae1deff88a6379d012f Mon Sep 17 00:00:00 2001 From: Meghdad Date: Fri, 15 May 2026 23:42:24 +0330 Subject: [PATCH] Fix live homepage card layout and duplicate badges --- resources/js/pages/welcome.tsx | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/resources/js/pages/welcome.tsx b/resources/js/pages/welcome.tsx index 603c401..a4d4a8c 100644 --- a/resources/js/pages/welcome.tsx +++ b/resources/js/pages/welcome.tsx @@ -116,19 +116,18 @@ export default function Welcome({ {featuredChannel ? ( -
+
-
-
- -
-

+
+
+
+

{featuredChannel.broadcast ?.title ?? featuredChannel.display_name} @@ -139,11 +138,11 @@ export default function Welcome({

-
- +
+ {featuredChannel.display_name} - + {featuredChannel.category ?.name ?? 'Uncategorized'} @@ -154,7 +153,7 @@ export default function Welcome({ }{' '} viewers - + Watch @@ -311,7 +310,6 @@ function StreamCard({ channel }: { channel: ChannelCard }) { {channel.display_name} by {channel.owner.name}
-