From 06dc9966ecf4a6b85b666b61eb66c20a950d5a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20LEBAN?= Date: Mon, 5 Jul 2021 12:58:29 +0200 Subject: [PATCH] Add urls leading to proxiwash webpage (washinsa and tripodeB) --- src/constants/ProxiwashConstants.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/constants/ProxiwashConstants.ts b/src/constants/ProxiwashConstants.ts index 5f02836..838c1d5 100644 --- a/src/constants/ProxiwashConstants.ts +++ b/src/constants/ProxiwashConstants.ts @@ -48,6 +48,7 @@ export default { paymentMethods: 'screens.proxiwash.washinsa.paymentMethods', icon: 'school-outline', url: Urls.app.api + 'washinsa/washinsa_data.json', + webPageUrl: Urls.proxiwash.washinsa, }, tripodeB: { id: 'tripodeB', @@ -58,5 +59,6 @@ export default { paymentMethods: 'screens.proxiwash.tripodeB.paymentMethods', icon: 'domain', url: Urls.app.api + 'washinsa/tripode_b_data.json', + webPageUrl: Urls.proxiwash.tripodeB, }, };