add cote link
This commit is contained in:
parent
94c708766b
commit
faba20eab7
2 changed files with 8 additions and 4 deletions
|
|
@ -65,9 +65,13 @@ function Header(props: HeaderProps) {
|
|||
API
|
||||
</Link>
|
||||
{netMode === "MAIN" &&
|
||||
<p>
|
||||
Governance
|
||||
</p>
|
||||
<Link
|
||||
href="https://vote.zano.org/"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Vote
|
||||
</Link>
|
||||
}
|
||||
</nav>
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
Loading…
Add table
Reference in a new issue