Skip to content

Commit

Permalink
Fix link to SDKs on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Jan 17, 2024
1 parent e79b07a commit ecb5b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export default function Home(): JSX.Element {
/>
<Title center text="Play with p2panda in Rust or TypeScript">
Explore the <a href="tutorials">tutorials</a> and{' '}
<a href="libraries">libraries</a>
<a href="sdks">SDKs</a>
</Title>
<Pentagon size={500} color={GREEN} margin={2} hideOnSmallDevices />
</Section>
Expand Down

0 comments on commit ecb5b6d

Please sign in to comment.