Skip to content

Commit

Permalink
Merge pull request #11 from mattsmithies/patch-landing-page-update
Browse files Browse the repository at this point in the history
Update landing page links
  • Loading branch information
mattsmithies authored Sep 5, 2020
2 parents da24842 + 3a5da8a commit ed4667a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,14 @@ export default function Home() {

<h1 className={styles.title}>
Welcome to your{" "}
<a
target="_blank"
href="https://hashgraph.remotesoftwaredevelopment.com/"
>
<a target="_blank" href="https://trust.enterprises/">
Serverless Hashgraph Beta Client! 🚀
</a>
</h1>

<div className={styles.grid}>
<a
href="https://nextjs.org/docs"
href="https://docs.trust.enterprises/"
target="_blank"
className={styles.card}
>
Expand All @@ -48,7 +45,7 @@ export default function Home() {
</a>

<a
href="https://vercel.com/import?filter=next.js&utm_source=create-next-app&utm_medium=default-template&utm_campaign=create-next-app"
href="https://vercel.com/import/git?s=https://github.com/mattsmithies/hedera-serverless-consensus&env=HEDERA_NETWORK,HEDERA_ACCOUNT_ID,HEDERA_PRIVATE_KEY,API_SECRET_KEY&envDescription=Enter%20your%20account%20id%20and%20private%20key%20from%20the%20hedera%20portal.%20The%20API%20secret%20is%20your%20authentication%20key%20to%20communicate%20with%20your%20API,%20create%20a%20secure%20string%20of%20at%20least%2010%20characters.&envLink=https%3A%2F%2Fdocs.trust.enterprises%2Fdeployment%2Fenvironment-variables&redirect-url=https%3A%2F%2Fdocs.trust.enterprises%2Frest-api%2Foverview"
target="_blank"
className={styles.card}
>
Expand Down

1 comment on commit ed4667a

@vercel
Copy link

@vercel vercel bot commented on ed4667a Sep 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.