From c75b90d2544d49fe57561cade8a4986ab0e051de Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Tue, 6 Jul 2021 19:11:15 +0200 Subject: [PATCH] Change proxiwash website icon to open-in-new --- src/screens/Proxiwash/ProxiwashScreen.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/screens/Proxiwash/ProxiwashScreen.tsx b/src/screens/Proxiwash/ProxiwashScreen.tsx index d8ce135..173b31a 100644 --- a/src/screens/Proxiwash/ProxiwashScreen.tsx +++ b/src/screens/Proxiwash/ProxiwashScreen.tsx @@ -156,8 +156,10 @@ function ProxiwashScreen() { Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl)} + iconName={'open-in-new'} + onPress={() => + Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl) + } />