diff --git a/src/Hero/index.tsx b/src/Hero/index.tsx index 0e5bf7f2..2c408261 100644 --- a/src/Hero/index.tsx +++ b/src/Hero/index.tsx @@ -78,12 +78,7 @@ const Hero = memo(({ title, description, actions }) => { ); return openExternal ? ( - + {content} ) : (