Update links on homepage

This commit is contained in:
Jeff Gardner
2023-02-04 12:11:03 +01:00
parent e01aa730c1
commit 4dd26089f9

View File

@@ -58,12 +58,12 @@ export function Hero() {
censorship-resistant & global social network. censorship-resistant & global social network.
</p> </p>
<div className="mt-8 flex gap-4 md:justify-center lg:justify-start"> <div className="mt-8 flex gap-4 md:justify-center lg:justify-start">
<Button href="/">Get started</Button> <Button href="/get-started">Get started</Button>
<Button <Button
href="https://github.com/nostr-protocol/nostr" href="https://github.com/nostr-protocol/nostr"
variant="secondary" variant="secondary"
> >
View on GitHub View Nostr on GitHub
</Button> </Button>
</div> </div>
</div> </div>