diff --git a/packages/noodl-core-ui/src/components/common/Logo/Logo.tsx b/packages/noodl-core-ui/src/components/common/Logo/Logo.tsx index c244a5c..d3fe8e5 100644 --- a/packages/noodl-core-ui/src/components/common/Logo/Logo.tsx +++ b/packages/noodl-core-ui/src/components/common/Logo/Logo.tsx @@ -60,37 +60,66 @@ export function Logo({ const DefaultIcon = React.memo(function () { return ( - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); }); const InvertedIcon = React.memo(function () { return ( - - - + + + + + + + + + + + ); }); @@ -98,14 +127,8 @@ const InvertedIcon = React.memo(function () { const GrayscaleIcon = React.memo(function () { return ( - - + + ); });