From 0f29ff968a98f25040191d3bc85d16cc0c511646 Mon Sep 17 00:00:00 2001 From: n1c0 <1773356+n1c01a5@users.noreply.github.com> Date: Thu, 11 May 2023 12:02:00 +0200 Subject: [PATCH 1/2] Fix route to v2 --- components/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Header.tsx b/components/Header.tsx index e370e3e..9114dac 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -169,7 +169,7 @@ const Header: React.FC = () => { {translate('navitem_book')} Sign in From cb574e5591b9cfd06b5c3089b1f2c6002717d00a Mon Sep 17 00:00:00 2001 From: n1c0 <1773356+n1c01a5@users.noreply.github.com> Date: Thu, 11 May 2023 12:03:42 +0200 Subject: [PATCH 2/2] Fix global env to v2 --- .env-sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env-sample b/.env-sample index 0501d0c..7e9df66 100644 --- a/.env-sample +++ b/.env-sample @@ -1,5 +1,5 @@ NEXT_PUBLIC_GA_MEASUREMENT_ID= NEXT_PUBLIC_CALENDAR_URL_BOOK_A_DEMO=https://calendar.app.google/V8QnDuf9eSyTUAMt8 NEXT_PUBLIC_OPTIMIZE_CONTAINER_ID= -NEXT_PUBLIC_DAPP_BASE_URL=https://v1.evm.app.feature.sh -NEXT_PUBLIC_DASHBOARD_URL_LINK=https://v1.dashboard.feature.sh +NEXT_PUBLIC_DAPP_BASE_URL=https://evm.app.feature.sh +NEXT_PUBLIC_DASHBOARD_URL_LINK=https://dashboard.feature.sh