Skip to content

Commit

Permalink
fix: <svg> attribute height: Expected length, unset error
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyadev-kota committed Nov 6, 2023
1 parent 21ff4ed commit 6d73943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Accordion/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Expand = () => {
export const DeepDive = () => {
return (
<Icon aria-label="Deep Dive">
<MdHighlightAlt size={'unset'} />
<MdHighlightAlt size={23} />
</Icon>
);
};

0 comments on commit 6d73943

Please sign in to comment.