diff --git a/packages/web/components/patterns/ArticleSubtitle.tsx b/packages/web/components/patterns/ArticleSubtitle.tsx index f0933cabe..afc6c949f 100644 --- a/packages/web/components/patterns/ArticleSubtitle.tsx +++ b/packages/web/components/patterns/ArticleSubtitle.tsx @@ -18,10 +18,7 @@ export function ArticleSubtitle(props: ArticleSubtitleProps): JSX.Element { return ( - {subtitle}{' '} - {subtitle && ( - - )}{' '} + {subtitle} {subtitle && }{' '} {!props.hideButton && !shouldHideUrl(props.href) && ( <>