Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
anushbhatia authored and actions-user committed Jun 7, 2021
1 parent 7d30d77 commit ee737d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/Sketch/components/IconLibrary/IconsLibrary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ function IconPreview(props) {
{allSVGsRef.current}
</div>
{svgContainer.current && svgContainer.current.offsetHeight === 0 && (
<Typography variant="subtitle1" align="center">Nothing Matched!</Typography>
<Typography variant="subtitle1" align="center">
Nothing Matched!
</Typography>
)}
<Divider style={{ margin: "40px 0" }} />
</div>
Expand Down

0 comments on commit ee737d3

Please sign in to comment.