summaryrefslogtreecommitdiffstats
path: root/ui/src/components/symbols.tsx
diff options
context:
space:
mode:
authorzacanger <zac@zacanger.com>2019-10-18 15:56:32 -0600
committerzacanger <zac@zacanger.com>2019-10-18 15:56:32 -0600
commit9fad242382cbd730e17fa64323900721f656d416 (patch)
treee405f723cf98c1a2ff94733f8d64c0cbe9ba331d /ui/src/components/symbols.tsx
parent05d8e2957982579c33f143f180317b1e61e076d8 (diff)
chore: switch from tslint to eslint
Diffstat (limited to 'ui/src/components/symbols.tsx')
-rw-r--r--ui/src/components/symbols.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/symbols.tsx b/ui/src/components/symbols.tsx
index e2803fb7..a299ff25 100644
--- a/ui/src/components/symbols.tsx
+++ b/ui/src/components/symbols.tsx
@@ -8,7 +8,7 @@ export class Symbols extends Component<any, any> {
render() {
return (
- <svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink">
<defs>
<symbol id="icon-arrow-down" viewBox="0 0 26 28">
<title>arrow-down</title>