diff --git a/frontend/src/pages/Discovery.jsx b/frontend/src/pages/Discovery.jsx index 35600f1..42341cd 100644 --- a/frontend/src/pages/Discovery.jsx +++ b/frontend/src/pages/Discovery.jsx @@ -150,7 +150,7 @@ function ChannelCard({ item }) { )} {!featured && item.description && ( -

{item.description}

+

{item.description}

)}