Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update urls #39

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading