Fix path of asset swapper link in product dropdown

This commit is contained in:
fragosti
2019-08-20 17:30:15 -07:00
parent 5d91d19808
commit 2b3b167095

View File

@@ -131,7 +131,7 @@ render(
<Route exact={true} path={`${WebsitePaths.Vote}/:zeip`} component={Governance as any} />
<Route exact={true} path={WebsitePaths.Vote} component={VoteIndex as any} />
<Route exact={true} path={WebsitePaths.Extensions} component={Extensions as any} />
<Route exact={true} path={WebsitePaths.AssetSwapper} component={CFL as any} />
<Route exact={true} path={WebsitePaths.AssetSwapperPage} component={CFL as any} />
<Route
exact={true}
path={WebsitePaths.PrivacyPolicy}