diff --git a/frontend/src/app/browser-nav/browser-nav.component.ts b/frontend/src/app/browser-nav/browser-nav.component.ts index cf1db07..fa309c2 100644 --- a/frontend/src/app/browser-nav/browser-nav.component.ts +++ b/frontend/src/app/browser-nav/browser-nav.component.ts @@ -12,6 +12,7 @@ export class BrowserNavComponent implements OnInit { browserLinks: any[] = [ { title: 'Beast Saber', url: 'https://bsaber.com' }, { title: 'Beat Saver', url: 'https://beatsaver.com' }, + { title: 'SideQuest', url: 'https://sidequestvr.com/#/apps/4' }, { title: 'Google', url: 'https://google.com' }, { title: 'Mods', url: 'https://github.com/RedBrumbler/BeatOnCustomSabers' }, ];