diff options
| author | anderklander <anderklander@gmail.com> | 2018-02-15 14:05:28 +0100 |
|---|---|---|
| committer | anderklander <anderklander@gmail.com> | 2018-02-15 16:02:03 +0100 |
| commit | 89eeb129f065d92a82393db2deca58c0c0f2ff38 (patch) | |
| tree | 9d61e6b951139dfb061c1898b7eb0aab4c5e3e73 /app/components/Support.js | |
| parent | 7ed21c2ae70a875029715d4d4c10a1c59508d6fa (diff) | |
| download | mullvadvpn-89eeb129f065d92a82393db2deca58c0c0f2ff38.tar.xz mullvadvpn-89eeb129f065d92a82393db2deca58c0c0f2ff38.zip | |
Refactoring stuff, removed Icon
Diffstat (limited to 'app/components/Support.js')
| -rw-r--r-- | app/components/Support.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/Support.js b/app/components/Support.js index bcadd63741..80116bcc1b 100644 --- a/app/components/Support.js +++ b/app/components/Support.js @@ -1,7 +1,7 @@ // @flow import React from 'react'; import { Component, Text, View, TextInput } from 'reactxp'; -import { Button, BlueButton, GreenButton, Label, Icon } from './styled'; +import { Button, BlueButton, GreenButton, Label } from './styled'; import { Layout, Container } from './Layout'; import styles from './SupportStyles'; import Img from './Img'; @@ -206,7 +206,7 @@ export default class Support extends Component { onPress={ this.onViewLog } testName='support__view_logs'> <Label>View app logs</Label> - <Icon source='icon-extLink' height='16' width='16' /> + <Img source='icon-extLink' height='16' width='16' /> </BlueButton>, <GreenButton key={2} disabled={ !this.validate() } |
