On the <Splash /> component, Update the single Nav Link to the Endgame Whitepaper with two links, one that navigates to the English Translation and one that Navigates to the Norweigian Translation
These should live at the following routes,
each should be their own React Component
ROOT_URL/whitepaper/english
and
ROOT_URL/whitepaper/norwegian
use the AppRouter component in order to achieve this navigation
On the
<Splash />
component, Update the single Nav Link to the Endgame Whitepaper with two links, one that navigates to the English Translation and one that Navigates to the Norweigian TranslationThese should live at the following routes, each should be their own React Component ROOT_URL/whitepaper/english and ROOT_URL/whitepaper/norwegian
use the
AppRouter
component in order to achieve this navigation