Skip to content

Commit

Permalink
chore: update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
saugardev committed Dec 20, 2024
1 parent 0a1347a commit de499c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const NavSection = () => {

return (
<Nav>
<Logo to={"https://prove.email/"}>
<Logo to={"https://zk.email/"}>
ZK-Email
</Logo>
<div
Expand All @@ -25,7 +25,7 @@ const NavSection = () => {
gap: "1rem",
}}
>
<DocsLink href="https://prove.email/docs">Docs</DocsLink>
<DocsLink href="https://docs.zk.email/">Docs</DocsLink>
<ConnectButton />
</div>
</Nav>
Expand Down
6 changes: 3 additions & 3 deletions packages/app/src/pages/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@ export const MainPage: React.FC<{}> = (props) => {
to keep your privacy. This demo is just one use case that lets you
prove you own a Twitter username on-chain, by verifying confirmation
emails (and their normally-hidden headers) from Twitter. Visit{" "}
<a href="https://prove.email/blog/zkemail">our blog</a> or{" "}
<a href="https://prove.email">website</a> to learn more about ZK
<a href="https://zk.email/blog/zkemail">our blog</a> or{" "}
<a href="https://zk.email">website</a> to learn more about ZK
Email, and find the technical details on how this demo is built{" "}
<a href="https://prove.email/blog/twitter">here</a>.
<a href="https://zk.email/blog/twitter">here</a>.
<br />
<br />
If you wish to generate a ZK proof of Twitter badge (NFT), you must:
Expand Down

0 comments on commit de499c6

Please sign in to comment.