Skip to content

Commit

Permalink
chore: enable github link as SDK is open sourced (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
saadahmsiddiqui authored Nov 15, 2024
1 parent 2883aa7 commit 8622a14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ const config: Config = {
label: "Swagger",
position: "right",
},
// {
// href: 'https://github.com/ChainSafe/sprinter-ts',
// label: 'GitHub',
// position: 'right',
// },
{
href: "https://github.com/ChainSafe/sprinter-ts",
label: "GitHub",
position: "right",
},
],
},
footer: {
Expand Down

0 comments on commit 8622a14

Please sign in to comment.