Skip to content

Commit

Permalink
open links in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
hristoiankov committed Jan 14, 2025
1 parent 0ea9135 commit 328351e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cider-app/src/app/site-footer/site-footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ export class SiteFooterComponent implements OnInit {
}

navigateToGithub() {
window.location.href = 'https://github.com/oatear/cider'
window.open('https://github.com/oatear/cider', "_blank");
}
navigateToDiscord() {
window.location.href = 'https://discord.gg/8buTjPHh'
window.open('https://discord.gg/8buTjPHh', "_blank");
}

}

0 comments on commit 328351e

Please sign in to comment.