diff --git a/src/pages/trending.jsx b/src/pages/trending.jsx index 793a8a2c..742c7175 100644 --- a/src/pages/trending.jsx +++ b/src/pages/trending.jsx @@ -230,10 +230,16 @@ function Trending({ columnMode, ...props }) { )} - {!!title &&

{title}

} + {!!title && ( +

+ {title} +

+ )} {!!description && ( -

{description}

+

+ {description} +

)}