forked from vergnet/application-amicale
Change proxiwash website icon to open-in-new
This commit is contained in:
parent
b9c99bf269
commit
c75b90d254
1 changed files with 4 additions and 2 deletions
|
@ -156,8 +156,10 @@ function ProxiwashScreen() {
|
||||||
<MaterialHeaderButtons>
|
<MaterialHeaderButtons>
|
||||||
<Item
|
<Item
|
||||||
title={'web'}
|
title={'web'}
|
||||||
iconName={'web'}
|
iconName={'open-in-new'}
|
||||||
onPress={() => Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl)}
|
onPress={() =>
|
||||||
|
Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl)
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
<Item
|
<Item
|
||||||
title={'information'}
|
title={'information'}
|
||||||
|
|
Loading…
Reference in a new issue