From 56b3242918aa225f740cf848979522e9cca45196 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Sat, 17 Feb 2024 14:54:01 +0100 Subject: [PATCH] dev link for wrench agent changed --- .env | 2 +- .env.development | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 42a2580..7c7e8b8 100644 --- a/.env +++ b/.env @@ -19,4 +19,4 @@ REACT_APP_SUPPORT_US_ADDRESS='Cumberland Pkwy, Atlanta GA 30339' REACT_APP_SUPPORT_NG_ADDRESS='Saka Tinubu Street, Victoria Island Lagos, Nigeria' #AGENT LINK -REACT_APP_AGENT_LINK='https://agents.wrenchboard.com' +REACT_APP_AGENT_LINK='https://dev-agents.wrenchboard.com' diff --git a/.env.development b/.env.development index ce56586..ae974cb 100644 --- a/.env.development +++ b/.env.development @@ -19,4 +19,4 @@ REACT_APP_SUPPORT_US_ADDRESS='Cumberland Pkwy, Atlanta GA 30339' REACT_APP_SUPPORT_NG_ADDRESS='Saka Tinubu Street, Victoria Island Lagos, Nigeria' #AGENT LINK -REACT_APP_AGENT_LINK='https://agents.wrenchboard.com' \ No newline at end of file +REACT_APP_AGENT_LINK='https://dev-agents.wrenchboard.com' \ No newline at end of file -- 2.34.1