diff --git a/src/components/Accordion/icons.tsx b/src/components/Accordion/icons.tsx index bf8c9e80edc..094cfc11274 100644 --- a/src/components/Accordion/icons.tsx +++ b/src/components/Accordion/icons.tsx @@ -12,7 +12,7 @@ export const Expand = () => { export const DeepDive = () => { return ( - + ); };