Skip to content

Commit

Permalink
change github link to suave-related repo search (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Tudhope <[email protected]>
  • Loading branch information
sukoneck and andytudhope authored Nov 9, 2023
1 parent 0723163 commit 9636e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports = {
},
{
type: "link",
href: "https://github.com/flashbots/suave-geth",
href: "https://github.com/orgs/flashbots/repositories?q=suave",
label: "GitHub",
},
],
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = async function createConfigAsync() {
},
items: [
{
href: 'https://github.com/flashbots/suave-geth',
href: 'https://github.com/orgs/flashbots/repositories?q=suave',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -106,4 +106,4 @@ module.exports = async function createConfigAsync() {
],
],
}
}
}

0 comments on commit 9636e09

Please sign in to comment.