diff --git a/src/components/cardSpotlight.svelte b/src/components/cardSpotlight.svelte index f72ce06..43660de 100644 --- a/src/components/cardSpotlight.svelte +++ b/src/components/cardSpotlight.svelte @@ -1,13 +1,13 @@ - + diff --git a/src/components/navbar.svelte b/src/components/navbar.svelte index bf7dc42..adebe45 100644 --- a/src/components/navbar.svelte +++ b/src/components/navbar.svelte @@ -27,13 +27,15 @@ name: 'Extensions', url: 'https://github.com/pheralb/svgl?tab=readme-ov-file#-extensions', icon: ArrowUpRight, - external: true + external: true, + label: "Go to the SVGL's extensions section" }, { name: 'Submit logo', url: 'https://github.com/pheralb/svgl#-getting-started', icon: ArrowUpRight, - external: true + external: true, + label: "Go to the SVGL's getting started section" } ]; @@ -48,7 +50,7 @@ >
- + + {svgInfo.category}
diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f59b75e..4b4faa7 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1112,6 +1112,12 @@ export const svgs: iSVG[] = [ route: '/library/stackblitz.svg', url: 'https://stackblitz.com/' }, + { + title: 'Binance', + category: 'Crypto', + route: '/library/binance.svg', + url: 'https://binance.com/' + }, { title: 'Messenger', category: 'Social', @@ -1370,6 +1376,15 @@ export const svgs: iSVG[] = [ route: '/library/crossplane.svg', url: 'https://crossplane.io/' }, + { + title: 'Volta', + category: 'Software', + route: { + light: '/library/volta-dark.svg', + dark: '/library/volta-light.svg' + }, + url: 'https://volta.net/' + }, { title: 'Typesense', category: 'Software', @@ -1413,15 +1428,13 @@ export const svgs: iSVG[] = [ url: 'https://www.bnbchain.org/' }, { - title: 'TRON', - category: 'Crypto', - route: '/library/trx.svg', - url: 'https://tron.network/' - }, - { - title: 'Chainlink', + title: 'Link', category: 'Crypto', route: '/library/link.svg', + wordmark: { + light: '/library/link-wordmark-light.svg', + dark: '/library/link-wordmark-dark.svg' + }, url: 'https://chain.link/' }, { @@ -1550,6 +1563,12 @@ export const svgs: iSVG[] = [ route: '/library/datadog.svg', url: 'https://www.datadoghq.com/' }, + { + title: 'Tron', + category: 'Crypto', + route: '/library/tron.svg', + url: 'https://tron.network/' + }, { title: 'Randevum', category: 'Software', diff --git a/static/library/binance.svg b/static/library/binance.svg new file mode 100644 index 0000000..590f4ee --- /dev/null +++ b/static/library/binance.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/library/link-wordmark-dark.svg b/static/library/link-wordmark-dark.svg new file mode 100644 index 0000000..4bc34e6 --- /dev/null +++ b/static/library/link-wordmark-dark.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/static/library/link-wordmark-light.svg b/static/library/link-wordmark-light.svg new file mode 100644 index 0000000..a55db3d --- /dev/null +++ b/static/library/link-wordmark-light.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/static/library/link.svg b/static/library/link.svg index 7b10f56..ea332a6 100644 --- a/static/library/link.svg +++ b/static/library/link.svg @@ -1 +1,11 @@ - \ No newline at end of file + + + + + + + + + + + diff --git a/static/library/tron.svg b/static/library/tron.svg new file mode 100644 index 0000000..137b3f3 --- /dev/null +++ b/static/library/tron.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/library/trx.svg b/static/library/trx.svg deleted file mode 100644 index a95ffb8..0000000 --- a/static/library/trx.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/library/volta-dark.svg b/static/library/volta-dark.svg new file mode 100644 index 0000000..0eac400 --- /dev/null +++ b/static/library/volta-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/volta-light.svg b/static/library/volta-light.svg new file mode 100644 index 0000000..971c8cd --- /dev/null +++ b/static/library/volta-light.svg @@ -0,0 +1 @@ + \ No newline at end of file