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}
-