Skip to content

Commit 5b02120

Browse files
committed
Updated menuBuilder.ts
1 parent cbfc1f8 commit 5b02120

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/services/menuBuilder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ function buildSocialCategory(): XmbCategory {
141141
}
142142

143143
function 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/');

0 commit comments

Comments
 (0)