Trim discovery card descriptions to 1 line
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -150,7 +150,7 @@ function ChannelCard({ item }) {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{!featured && item.description && (
|
{!featured && item.description && (
|
||||||
<p className="text-xs text-zinc-500 line-clamp-2">{item.description}</p>
|
<p className="text-xs text-zinc-500 line-clamp-1">{item.description}</p>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div className="mt-auto pt-1">
|
<div className="mt-auto pt-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user