Skip to content

Commit

Permalink
fix: Home links (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
darioAnongba authored Sep 2, 2024
1 parent c831103 commit fc6f777
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/HomepageCards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type CardItem = {
const CardList: CardItem[] = [
{
title: 'Account',
link: '/account/quickstart',
link: '/account',
description: (
<>
Learn all the different features of your Numeraire Account. Receive and send Bitcoin, create a LN Address, receive Zaps on Nostr and
Expand All @@ -32,7 +32,7 @@ const CardList: CardItem[] = [
},
{
title: 'SwissKnife',
link: '/swissknife/quickstart',
link: '/swissknife',
description: (
<>
Deploy your own self-custodial Bitcoin infrastructure. Create your own <b>username@mydomain.com</b> LN addresses, deploy smart
Expand All @@ -45,7 +45,7 @@ const CardList: CardItem[] = [
},
{
title: 'Developers',
link: '/developers/quickstart',
link: '/developers',
description: (
<>
Integrate Bitcoin and Lightning into your own app with the <b>Numeraire API</b> through API keys and webhooks.
Expand Down

0 comments on commit fc6f777

Please sign in to comment.