diff --git a/src/components/navbar.svelte b/src/components/navbar.svelte index adebe45..69005eb 100644 --- a/src/components/navbar.svelte +++ b/src/components/navbar.svelte @@ -21,7 +21,8 @@ name: 'API', url: '/api', icon: CloudyIcon, - external: false + external: false, + label: "Go to the SVGL's API section" }, { name: 'Extensions', @@ -35,7 +36,7 @@ url: 'https://github.com/pheralb/svgl#-getting-started', icon: ArrowUpRight, external: true, - label: "Go to the SVGL's getting started section" + label: "Submit logo and go to the SVGL's getting started section" } ]; @@ -50,11 +51,13 @@ >
+ +
- +