diff --git a/src/components/Banner.tsx b/src/components/Banner.tsx index 08da1c2..8853492 100644 --- a/src/components/Banner.tsx +++ b/src/components/Banner.tsx @@ -71,9 +71,5 @@ function JupyterConBanner() { } export function Banner() { - return ( - <> - - - ); + return <>; }