Skip to content

Commit

Permalink
add doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
zamrokk committed Sep 19, 2023
1 parent 26e9dbe commit b301566
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/src/pages/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { NetworkType } from "@airgap/beacon-sdk";
import {
IonButton,
IonCard,
IonCardContent,
IonCardHeader,
Expand All @@ -12,6 +13,7 @@ import {
IonHeader,
IonIcon,
IonImg,
IonLabel,
IonPage,
IonRow,
IonTitle,
Expand All @@ -21,6 +23,7 @@ import { Tzip16Module } from "@taquito/tzip16";
import {
albumsOutline,
constructOutline,
documentTextOutline,
fileTrayFullOutline,
} from "ionicons/icons";
import React, { useState } from "react";
Expand Down Expand Up @@ -72,6 +75,18 @@ const Home: React.FC = () => {

<ConnectButton />

<IonButton
onClick={() =>
window.open("https://marigold-dev.github.io/tzvote", "_blank")
}
color="dark"
target="_blank"
>
{" "}
<IonIcon icon={documentTextOutline}></IonIcon>
<IonLabel> &nbsp;Documentation</IonLabel>
</IonButton>

<IonGrid>
<IonRow>
<IonCol sizeSm="12" sizeXs="12" sizeMd="6" sizeXl="6">
Expand Down

0 comments on commit b301566

Please sign in to comment.