Skip to content

Commit

Permalink
doc: append additional information
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaemin committed May 14, 2020
1 parent 9fe6832 commit f7d4177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/global/icons/Magnifier.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const Magnifier: FillableIcon = ({ fill, size = 128, className }) => {
<svg
className={className}
// TODO: inline width and height don't support CSS units like 'rem' or 'em'
// style them with custom class name and its own style sheets
width={size}
height={size}
viewBox="0 0 128 128"
Expand Down

0 comments on commit f7d4177

Please sign in to comment.