diff --git a/src/components/navbar.svelte b/src/components/navbar.svelte index c1d40e1..23c468d 100644 --- a/src/components/navbar.svelte +++ b/src/components/navbar.svelte @@ -17,13 +17,19 @@ } ]; - const links = [ + const externalLinks = [ { name: 'API', url: '/api', icon: CloudyIcon, external: false }, + { + name: 'Terminal', + url: 'https://github.com/sujjeee/svgls', + icon: ArrowUpRight, + external: true + }, { name: 'Submit logo', url: 'https://github.com/pheralb/svgl#-getting-started', @@ -53,18 +59,23 @@