Added Privacy Policy Page
This commit is contained in:
@@ -32,6 +32,8 @@ import { NextLanding } from 'ts/pages/landing';
|
||||
import { NextLaunchKit } from 'ts/pages/launch_kit';
|
||||
import { NextMarketMaker } from 'ts/pages/market_maker';
|
||||
import { NextWhy } from 'ts/pages/why';
|
||||
import { PrivacyPolicy } from 'ts/pages/privacy';
|
||||
import { TermsOfService } from 'ts/pages/terms';
|
||||
|
||||
// Check if we've introduced an update that requires us to clear the tradeHistory local storage entries
|
||||
tradeHistoryStorage.clearIfRequired();
|
||||
@@ -128,6 +130,16 @@ 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.PrivacyPolicy}
|
||||
component={PrivacyPolicy as any}
|
||||
/>
|
||||
<Route
|
||||
exact={true}
|
||||
path={WebsitePaths.TermsOfService}
|
||||
component={TermsOfService as any}
|
||||
/>
|
||||
<Route
|
||||
exact={true}
|
||||
path={WebsitePaths.AboutMission}
|
||||
|
||||
Reference in New Issue
Block a user