diff --git a/src/lib/components/header.svelte b/src/lib/components/header.svelte index 28fd6da..928de01 100644 --- a/src/lib/components/header.svelte +++ b/src/lib/components/header.svelte @@ -28,7 +28,7 @@ } function githubLink() { - goto('https://github.com/dsc-best/website'); + window.open('https://github.com/dsc-best/website', '_blank'); } function viewProfile() {