Skip to content

Commit

Permalink
Merge pull request #68 from feature-sh/fix/route-to-v2
Browse files Browse the repository at this point in the history
Fix/route-to-v2
  • Loading branch information
n1c01a5 authored May 11, 2023
2 parents 6a3eae3 + cb574e5 commit 8da7656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env-sample
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const Header: React.FC = () => {
{translate('navitem_book')}
</a>
<Link
href="https://v1.dashboard.feature.sh"
href="https://dashboard.feature.sh"
className="block mt-5 text-center text-indigo-600 hover:text-indigo-500"
>
Sign in
Expand Down

1 comment on commit 8da7656

@vercel
Copy link

@vercel vercel bot commented on 8da7656 May 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checks for Deployment have failed

Please sign in to comment.