Skip to content

Commit

Permalink
fix: icon title for Zoom Out icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 20, 2021
1 parent 7d3f22c commit 63fb83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/icon/zoomout.stencil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class IconZoomOut {
render() {
return (
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-6 -11 24 24">
<title>zoomin</title>
<title>zoom out</title>
<g>
<path
fill="currentColor"
Expand Down

0 comments on commit 63fb83c

Please sign in to comment.