Skip to content

Commit

Permalink
Revert "Fix missing settings icon on iOS 12.0.x (#643)" (#650)
Browse files Browse the repository at this point in the history
This reverts commit 73a33d1.
  • Loading branch information
tstirrat authored Apr 23, 2020
1 parent 8dd4cbd commit 363864a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/assets/svgs/backArrow.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/assets/svgs/settingsGear.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/views/__tests__/__snapshots__/Import.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Array [
}
xml="<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
<svg width=\\"25\\" height=\\"25\\" viewBox=\\"0 0 25 25\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\">
<rect width=\\"25\\" height=\\"25\\" fill=\\"url(#pattern0)\\" stroke=\\"white\\" strokeWidth=\\".1\\"/>
<rect width=\\"25\\" height=\\"25\\" fill=\\"url(#pattern0)\\"/>
<defs>
<pattern id=\\"pattern0\\" patternContentUnits=\\"objectBoundingBox\\" width=\\"1\\" height=\\"1\\">
<use xlink:href=\\"#image0\\" transform=\\"scale(0.00333333)\\"/>
Expand Down
2 changes: 1 addition & 1 deletion app/views/__tests__/__snapshots__/Licenses.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ exports[`renders correctly 1`] = `
}
xml="<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
<svg width=\\"25\\" height=\\"25\\" viewBox=\\"0 0 25 25\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\">
<rect width=\\"25\\" height=\\"25\\" fill=\\"url(#pattern0)\\" stroke=\\"white\\" strokeWidth=\\".1\\"/>
<rect width=\\"25\\" height=\\"25\\" fill=\\"url(#pattern0)\\"/>
<defs>
<pattern id=\\"pattern0\\" patternContentUnits=\\"objectBoundingBox\\" width=\\"1\\" height=\\"1\\">
<use xlink:href=\\"#image0\\" transform=\\"scale(0.00333333)\\"/>
Expand Down
2 changes: 1 addition & 1 deletion app/views/__tests__/__snapshots__/News.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ exports[`renders correctly 1`] = `
}
xml="<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
<svg width=\\"25\\" height=\\"25\\" viewBox=\\"0 0 25 25\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\">
<rect width=\\"25\\" height=\\"25\\" fill=\\"url(#pattern0)\\" stroke=\\"white\\" strokeWidth=\\".1\\"/>
<rect width=\\"25\\" height=\\"25\\" fill=\\"url(#pattern0)\\"/>
<defs>
<pattern id=\\"pattern0\\" patternContentUnits=\\"objectBoundingBox\\" width=\\"1\\" height=\\"1\\">
<use xlink:href=\\"#image0\\" transform=\\"scale(0.00333333)\\"/>
Expand Down
2 changes: 1 addition & 1 deletion app/views/__tests__/__snapshots__/Settings.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ exports[`renders correctly 1`] = `
}
xml="<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
<svg width=\\"25\\" height=\\"25\\" viewBox=\\"0 0 25 25\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\">
<rect width=\\"25\\" height=\\"25\\" fill=\\"url(#pattern0)\\" stroke=\\"white\\" strokeWidth=\\".1\\"/>
<rect width=\\"25\\" height=\\"25\\" fill=\\"url(#pattern0)\\"/>
<defs>
<pattern id=\\"pattern0\\" patternContentUnits=\\"objectBoundingBox\\" width=\\"1\\" height=\\"1\\">
<use xlink:href=\\"#image0\\" transform=\\"scale(0.00333333)\\"/>
Expand Down

0 comments on commit 363864a

Please sign in to comment.