diff --git a/components/icons.tsx b/components/icons.tsx index d2ad662ec..65d030cfd 100644 --- a/components/icons.tsx +++ b/components/icons.tsx @@ -1129,13 +1129,17 @@ export const ConnectIcon = (props: SVGProps) => ( export function YouTubeIcon(props: React.SVGProps) { return ( - + ) }