File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,11 +141,11 @@ function buildSocialCategory(): XmbCategory {
141141}
142142
143143function buildSettingsCategory ( ) : XmbCategory {
144- const viewSource = new XmbItem ( "viewSource" , "Source" , icons . git , 'https://github.com/syntax-tm/gundwn.gg ' ) ;
144+ const viewSource = new XmbItem ( "viewSource" , "Source" , icons . git , 'https://github.com/syntax-tm/syntax-tm.github.io ' ) ;
145145 viewSource . description = 'View this project on GitHub' ;
146146 viewSource . setActive ( ) ;
147147
148- const fork = new XmbItem ( "fork" , "Fork" , icons . codeFork , 'https://github.com/syntax-tm/gundwn.gg /fork' ) ;
148+ const fork = new XmbItem ( "fork" , "Fork" , icons . codeFork , 'https://github.com/syntax-tm/syntax-tm.github.io /fork' ) ;
149149 fork . description = 'Fork this project on GitHub' ;
150150
151151 const nextJs = new XmbItem ( "nextjs" , "Next.js" , icons . nextJs , 'https://nextjs.org/' ) ;
You can’t perform that action at this time.
0 commit comments