File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default class CodeGraph extends BasePage {
3333 return ( navItem : string ) => {
3434 const navItemSelectors : Record < string , string > = {
3535 "Main Website" : "//a[@title='Home' or .//p[normalize-space()='Main Website'] or contains(@href, 'falkordb.com')]" ,
36- "Github" : "//a[@title='Github ' or .//p[normalize-space()='Github '] or contains(@href, 'github.com/FalkorDB/code-graph')]" ,
36+ "Github" : "//a[@title='GitHub ' or .//p[normalize-space()='GitHub '] or contains(@href, 'github.com/FalkorDB/code-graph')]" ,
3737 "Discord" : "//a[@title='Discord' or .//p[normalize-space()='Discord'] or contains(@href, 'discord.gg/falkordb')]" ,
3838 } ;
3939 const selector = navItemSelectors [ navItem ] ?? `//a[@title='${ navItem } ' or .//p[normalize-space()='${ navItem } ']]` ;
You can’t perform that action at this time.
0 commit comments