diff --git a/src/components/default/Header/Header.tsx b/src/components/default/Header/Header.tsx index ba4d7a1..4386a84 100644 --- a/src/components/default/Header/Header.tsx +++ b/src/components/default/Header/Header.tsx @@ -65,9 +65,13 @@ function Header(props: HeaderProps) { API {netMode === "MAIN" && -
- Governance -
+ + Vote + } ) diff --git a/src/interfaces/common/PageState.ts b/src/interfaces/common/PageState.ts index eb51ed9..71f6a7e 100644 --- a/src/interfaces/common/PageState.ts +++ b/src/interfaces/common/PageState.ts @@ -1,3 +1,3 @@ -type PageState = "Blockchain" | "Alt-blocks" | "Aliases" | "Charts" | "API" | "Assets" | "Governance"; +type PageState = "Blockchain" | "Alt-blocks" | "Aliases" | "Charts" | "API" | "Assets" | "Vote"; export default PageState; \ No newline at end of file