Change proxiwash website icon to open-in-new

This commit is contained in:
Arnaud Vergnet 2021-07-06 19:11:15 +02:00
부모 b9c99bf269
커밋 c75b90d254

파일 보기

@ -156,8 +156,10 @@ function ProxiwashScreen() {
<MaterialHeaderButtons>
<Item
title={'web'}
iconName={'web'}
onPress={() => Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl)}
iconName={'open-in-new'}
onPress={() =>
Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl)
}
/>
<Item
title={'information'}