diff --git a/web/components/widgets/profile-subtitle.tsx b/web/components/widgets/profile-subtitle.tsx index 19b0fc4f..84744ebf 100644 --- a/web/components/widgets/profile-subtitle.tsx +++ b/web/components/widgets/profile-subtitle.tsx @@ -2,9 +2,5 @@ import clsx from 'clsx' export function Subtitle(props: {children: string; className?: string}) { const {children: text, className} = props - return ( -