diff --git a/app/src/pages/Home.tsx b/app/src/pages/Home.tsx index 821bd73f..02dc6980 100644 --- a/app/src/pages/Home.tsx +++ b/app/src/pages/Home.tsx @@ -1,5 +1,6 @@ import { NetworkType } from "@airgap/beacon-sdk"; import { + IonButton, IonCard, IonCardContent, IonCardHeader, @@ -12,6 +13,7 @@ import { IonHeader, IonIcon, IonImg, + IonLabel, IonPage, IonRow, IonTitle, @@ -21,6 +23,7 @@ import { Tzip16Module } from "@taquito/tzip16"; import { albumsOutline, constructOutline, + documentTextOutline, fileTrayFullOutline, } from "ionicons/icons"; import React, { useState } from "react"; @@ -72,6 +75,18 @@ const Home: React.FC = () => { + + window.open("https://marigold-dev.github.io/tzvote", "_blank") + } + color="dark" + target="_blank" + > + {" "} + +  Documentation + +