mirror of
https://github.com/pheralb/svgl.git
synced 2025-04-08 01:08:12 +08:00
Merge pull request #614 from meetpateltech/added-more-brand-urls
feat: add brand assets URLs for various brands
This commit is contained in:
commit
8e7d885d49
144
src/data/svgs.ts
144
src/data/svgs.ts
@ -104,7 +104,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Blender',
|
title: 'Blender',
|
||||||
category: ['Software', 'Design'],
|
category: ['Software', 'Design'],
|
||||||
route: '/library/blender.svg',
|
route: '/library/blender.svg',
|
||||||
url: 'https://blender.org/'
|
url: 'https://blender.org/',
|
||||||
|
brandUrl: 'https://www.blender.org/about/logo/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Lua',
|
title: 'Lua',
|
||||||
@ -139,7 +140,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Discord',
|
title: 'Discord',
|
||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/discord.svg',
|
route: '/library/discord.svg',
|
||||||
url: 'https://discord.com/'
|
url: 'https://discord.com/',
|
||||||
|
brandUrl: 'https://discord.com/branding'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Aliexpress',
|
title: 'Aliexpress',
|
||||||
@ -155,7 +157,8 @@ export const svgs: iSVG[] = [
|
|||||||
light: '/library/github-light.svg',
|
light: '/library/github-light.svg',
|
||||||
dark: '/library/github-dark.svg'
|
dark: '/library/github-dark.svg'
|
||||||
},
|
},
|
||||||
url: 'https://github.com/'
|
url: 'https://github.com/',
|
||||||
|
brandUrl: 'https://brand.github.com/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Preact',
|
title: 'Preact',
|
||||||
@ -192,19 +195,22 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Vuetify',
|
title: 'Vuetify',
|
||||||
category: 'Library',
|
category: 'Library',
|
||||||
route: '/library/vuetify.svg',
|
route: '/library/vuetify.svg',
|
||||||
url: 'https://vuetifyjs.com/'
|
url: 'https://vuetifyjs.com/',
|
||||||
|
brandUrl: 'https://vuetifyjs.com/en/resources/brand-kit/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Nuxt',
|
title: 'Nuxt',
|
||||||
category: 'Framework',
|
category: 'Framework',
|
||||||
route: '/library/nuxt.svg',
|
route: '/library/nuxt.svg',
|
||||||
url: 'https://nuxtjs.org/'
|
url: 'https://nuxtjs.org/',
|
||||||
|
brandUrl: 'https://nuxt.com/design-kit'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Visual Studio Code',
|
title: 'Visual Studio Code',
|
||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/vscode.svg',
|
route: '/library/vscode.svg',
|
||||||
url: 'https://code.visualstudio.com/'
|
url: 'https://code.visualstudio.com/',
|
||||||
|
brandUrl: 'https://code.visualstudio.com/brand'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Ton',
|
title: 'Ton',
|
||||||
@ -240,13 +246,15 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Strapi',
|
title: 'Strapi',
|
||||||
category: 'CMS',
|
category: 'CMS',
|
||||||
route: '/library/strapi.svg',
|
route: '/library/strapi.svg',
|
||||||
url: 'https://strapi.io/'
|
url: 'https://strapi.io/',
|
||||||
|
brandUrl: 'https://handbook.strapi.io/strapi-brand-book-2022'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Figma',
|
title: 'Figma',
|
||||||
category: 'Design',
|
category: 'Design',
|
||||||
route: '/library/figma.svg',
|
route: '/library/figma.svg',
|
||||||
url: 'https://www.figma.com/'
|
url: 'https://www.figma.com/',
|
||||||
|
brandUrl: 'https://www.figma.com/using-the-figma-brand/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Spotify',
|
title: 'Spotify',
|
||||||
@ -301,13 +309,15 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Bootstrap',
|
title: 'Bootstrap',
|
||||||
category: 'Framework',
|
category: 'Framework',
|
||||||
route: '/library/bootstrap.svg',
|
route: '/library/bootstrap.svg',
|
||||||
url: 'https://getbootstrap.com/'
|
url: 'https://getbootstrap.com/',
|
||||||
|
brandUrl: 'https://getbootstrap.com/docs/4.0/about/brand/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Facebook',
|
title: 'Facebook',
|
||||||
category: 'Social',
|
category: 'Social',
|
||||||
route: '/library/facebook.svg',
|
route: '/library/facebook.svg',
|
||||||
url: 'https://www.facebook.com/'
|
url: 'https://www.facebook.com/',
|
||||||
|
brandUrl: 'https://about.meta.com/brand/resources/facebook/logo/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Twitter',
|
title: 'Twitter',
|
||||||
@ -386,7 +396,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Angular',
|
title: 'Angular',
|
||||||
category: 'Framework',
|
category: 'Framework',
|
||||||
route: '/library/angular.svg',
|
route: '/library/angular.svg',
|
||||||
url: 'https://angular.dev/'
|
url: 'https://angular.dev/',
|
||||||
|
brandUrl: 'https://angular.dev/press-kit'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Blitz',
|
title: 'Blitz',
|
||||||
@ -420,7 +431,8 @@ export const svgs: iSVG[] = [
|
|||||||
light: '/library/astro.svg',
|
light: '/library/astro.svg',
|
||||||
dark: '/library/astro_dark.svg'
|
dark: '/library/astro_dark.svg'
|
||||||
},
|
},
|
||||||
url: 'https://astro.build/'
|
url: 'https://astro.build/',
|
||||||
|
brandUrl: 'https://astro.build/press/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Google',
|
title: 'Google',
|
||||||
@ -442,19 +454,22 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Netflix',
|
title: 'Netflix',
|
||||||
category: 'Entertainment',
|
category: 'Entertainment',
|
||||||
route: '/library/netflix.svg',
|
route: '/library/netflix.svg',
|
||||||
url: 'https://www.netflix.com/'
|
url: 'https://www.netflix.com/',
|
||||||
|
brandUrl: 'https://brand.netflix.com/en/assets/logos'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Firefox',
|
title: 'Firefox',
|
||||||
category: 'Browser',
|
category: 'Browser',
|
||||||
route: '/library/firefox.svg',
|
route: '/library/firefox.svg',
|
||||||
url: 'https://www.mozilla.org/en-US/firefox/'
|
url: 'https://www.mozilla.org/en-US/firefox/',
|
||||||
|
brandUrl: 'https://mozilla.design/firefox/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'LinkedIn',
|
title: 'LinkedIn',
|
||||||
category: 'Social',
|
category: 'Social',
|
||||||
route: '/library/linkedin.svg',
|
route: '/library/linkedin.svg',
|
||||||
url: 'https://www.linkedin.com/'
|
url: 'https://www.linkedin.com/',
|
||||||
|
brandUrl: 'https://brand.linkedin.com/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Telegram',
|
title: 'Telegram',
|
||||||
@ -503,7 +518,8 @@ export const svgs: iSVG[] = [
|
|||||||
category: 'Database',
|
category: 'Database',
|
||||||
route: '/library/mongodb.svg',
|
route: '/library/mongodb.svg',
|
||||||
wordmark: '/library/mongodb-wordmark.svg',
|
wordmark: '/library/mongodb-wordmark.svg',
|
||||||
url: 'https://www.mongodb.com/'
|
url: 'https://www.mongodb.com/',
|
||||||
|
brandUrl: 'https://www.mongodb.com/company/newsroom/brand-resources'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Moon',
|
title: 'Moon',
|
||||||
@ -524,7 +540,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Fly',
|
title: 'Fly',
|
||||||
category: 'Hosting',
|
category: 'Hosting',
|
||||||
route: '/library/fly.svg',
|
route: '/library/fly.svg',
|
||||||
url: 'https://fly.io'
|
url: 'https://fly.io',
|
||||||
|
brandUrl: 'https://fly.io/docs/about/brand/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'LearnThis',
|
title: 'LearnThis',
|
||||||
@ -593,7 +610,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Bun',
|
title: 'Bun',
|
||||||
category: 'Library',
|
category: 'Library',
|
||||||
route: '/library/bun.svg',
|
route: '/library/bun.svg',
|
||||||
url: 'https://bun.sh'
|
url: 'https://bun.sh',
|
||||||
|
brandUrl: 'https://bun.sh/press-kit'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'BuildShip',
|
title: 'BuildShip',
|
||||||
@ -772,7 +790,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Docker',
|
title: 'Docker',
|
||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/docker.svg',
|
route: '/library/docker.svg',
|
||||||
url: 'https://www.docker.com/'
|
url: 'https://www.docker.com/',
|
||||||
|
brandUrl: 'https://www.docker.com/company/newsroom/media-resources/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Amazon Web Services',
|
title: 'Amazon Web Services',
|
||||||
@ -799,7 +818,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'JetBrains',
|
title: 'JetBrains',
|
||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/jetbrains.svg',
|
route: '/library/jetbrains.svg',
|
||||||
url: 'https://www.jetbrains.com/'
|
url: 'https://www.jetbrains.com/',
|
||||||
|
brandUrl: 'https://www.jetbrains.com/company/brand/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'JetBrains Rider',
|
title: 'JetBrains Rider',
|
||||||
@ -850,7 +870,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Flutter',
|
title: 'Flutter',
|
||||||
category: 'Framework',
|
category: 'Framework',
|
||||||
route: '/library/flutter.svg',
|
route: '/library/flutter.svg',
|
||||||
url: 'https://flutter.dev/'
|
url: 'https://flutter.dev/',
|
||||||
|
brandUrl: 'https://flutter.dev/brand'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Auth0',
|
title: 'Auth0',
|
||||||
@ -1090,7 +1111,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Brave Browser',
|
title: 'Brave Browser',
|
||||||
category: 'Browser',
|
category: 'Browser',
|
||||||
route: '/library/brave.svg',
|
route: '/library/brave.svg',
|
||||||
url: 'https://brave.com/'
|
url: 'https://brave.com/',
|
||||||
|
brandUrl: 'https://brave.com/brave-branding-assets/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Eclipse IDE',
|
title: 'Eclipse IDE',
|
||||||
@ -1210,7 +1232,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Upstash',
|
title: 'Upstash',
|
||||||
category: 'Database',
|
category: 'Database',
|
||||||
route: '/library/upstash.svg',
|
route: '/library/upstash.svg',
|
||||||
url: 'https://upstash.com/'
|
url: 'https://upstash.com/',
|
||||||
|
brandUrl: 'https://upstash.com/brand'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Storyblok',
|
title: 'Storyblok',
|
||||||
@ -1309,7 +1332,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'WordPress',
|
title: 'WordPress',
|
||||||
category: ['Software', 'CMS'],
|
category: ['Software', 'CMS'],
|
||||||
route: '/library/wordpress.svg',
|
route: '/library/wordpress.svg',
|
||||||
url: 'https://wordpress.org/'
|
url: 'https://wordpress.org/',
|
||||||
|
brandUrl: 'https://wordpress.org/about/logos/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Microsoft',
|
title: 'Microsoft',
|
||||||
@ -1461,7 +1485,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Obsidian',
|
title: 'Obsidian',
|
||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/obsidian.svg',
|
route: '/library/obsidian.svg',
|
||||||
url: 'https://obsidian.md/'
|
url: 'https://obsidian.md/',
|
||||||
|
brandUrl: 'https://obsidian.md/brand'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Zod',
|
title: 'Zod',
|
||||||
@ -1486,7 +1511,8 @@ export const svgs: iSVG[] = [
|
|||||||
light: '/library/openai_wordmark_light.svg',
|
light: '/library/openai_wordmark_light.svg',
|
||||||
dark: '/library/openai_wordmark_dark.svg'
|
dark: '/library/openai_wordmark_dark.svg'
|
||||||
},
|
},
|
||||||
url: 'https://openai.com/'
|
url: 'https://openai.com/',
|
||||||
|
brandUrl: 'https://openai.com/brand/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Threads',
|
title: 'Threads',
|
||||||
@ -1504,7 +1530,8 @@ export const svgs: iSVG[] = [
|
|||||||
light: '/library/instagram.svg',
|
light: '/library/instagram.svg',
|
||||||
dark: '/library/instagram_dark.svg'
|
dark: '/library/instagram_dark.svg'
|
||||||
},
|
},
|
||||||
url: 'https://www.instagram.com/'
|
url: 'https://www.instagram.com/',
|
||||||
|
brandUrl: 'https://about.instagram.com/brand'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'VueUse',
|
title: 'VueUse',
|
||||||
@ -1646,7 +1673,8 @@ export const svgs: iSVG[] = [
|
|||||||
light: '/library/x.svg',
|
light: '/library/x.svg',
|
||||||
dark: '/library/x_dark.svg'
|
dark: '/library/x_dark.svg'
|
||||||
},
|
},
|
||||||
url: 'https://x.com'
|
url: 'https://x.com',
|
||||||
|
brandUrl: 'https://about.x.com/en/who-we-are/brand-toolkit'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Adobe',
|
title: 'Adobe',
|
||||||
@ -1706,19 +1734,22 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Hoppscotch',
|
title: 'Hoppscotch',
|
||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/hoppscotch.svg',
|
route: '/library/hoppscotch.svg',
|
||||||
url: 'https://hoppscotch.com'
|
url: 'https://hoppscotch.com',
|
||||||
|
brandUrl: 'https://hoppscotch.com/brand'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Opera',
|
title: 'Opera',
|
||||||
category: 'Browser',
|
category: 'Browser',
|
||||||
route: '/library/opera.svg',
|
route: '/library/opera.svg',
|
||||||
url: 'https://www.opera.com'
|
url: 'https://www.opera.com',
|
||||||
|
brandUrl: 'https://brand.opera.com/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Salesforce',
|
title: 'Salesforce',
|
||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/salesforce.svg',
|
route: '/library/salesforce.svg',
|
||||||
url: 'https://www.salesforce.com'
|
url: 'https://www.salesforce.com',
|
||||||
|
brandUrl: 'https://brand.salesforce.com/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Unreal Engine',
|
title: 'Unreal Engine',
|
||||||
@ -1847,7 +1878,8 @@ export const svgs: iSVG[] = [
|
|||||||
light: '/library/cal.svg',
|
light: '/library/cal.svg',
|
||||||
dark: '/library/cal_dark.svg'
|
dark: '/library/cal_dark.svg'
|
||||||
},
|
},
|
||||||
url: 'https://cal.com'
|
url: 'https://cal.com',
|
||||||
|
brandUrl: 'https://design.cal.com/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Calendly',
|
title: 'Calendly',
|
||||||
@ -2016,7 +2048,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Django',
|
title: 'Django',
|
||||||
category: 'Framework',
|
category: 'Framework',
|
||||||
route: '/library/django.svg',
|
route: '/library/django.svg',
|
||||||
url: 'https://www.djangoproject.com/'
|
url: 'https://www.djangoproject.com/',
|
||||||
|
brandUrl: 'https://www.djangoproject.com/community/logos/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Zeabur',
|
title: 'Zeabur',
|
||||||
@ -2119,7 +2152,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Ubuntu',
|
title: 'Ubuntu',
|
||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/ubuntu.svg',
|
route: '/library/ubuntu.svg',
|
||||||
url: 'https://ubuntu.com/'
|
url: 'https://ubuntu.com/',
|
||||||
|
brandUrl: 'https://design.ubuntu.com/brand'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Cypress',
|
title: 'Cypress',
|
||||||
@ -2131,7 +2165,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Reddit',
|
title: 'Reddit',
|
||||||
category: 'Social',
|
category: 'Social',
|
||||||
route: '/library/reddit.svg',
|
route: '/library/reddit.svg',
|
||||||
url: 'https://www.reddit.com/'
|
url: 'https://www.reddit.com/',
|
||||||
|
brandUrl: 'https://redditinc.com/brand'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'JetBrains WebStorm',
|
title: 'JetBrains WebStorm',
|
||||||
@ -2187,7 +2222,8 @@ export const svgs: iSVG[] = [
|
|||||||
dark: '/library/shopify-wordmark-dark.svg',
|
dark: '/library/shopify-wordmark-dark.svg',
|
||||||
light: '/library/shopify-wordmark-light.svg'
|
light: '/library/shopify-wordmark-light.svg'
|
||||||
},
|
},
|
||||||
url: 'https://www.shopify.com'
|
url: 'https://www.shopify.com',
|
||||||
|
brandUrl: 'https://www.shopify.com/brand-assets'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Webflow',
|
title: 'Webflow',
|
||||||
@ -2226,7 +2262,8 @@ export const svgs: iSVG[] = [
|
|||||||
light: '/library/uber_light.svg',
|
light: '/library/uber_light.svg',
|
||||||
dark: '/library/uber_dark.svg'
|
dark: '/library/uber_dark.svg'
|
||||||
},
|
},
|
||||||
url: 'https://www.uber.com'
|
url: 'https://www.uber.com',
|
||||||
|
brandUrl: 'https://brand.uber.com/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Gmail',
|
title: 'Gmail',
|
||||||
@ -2445,7 +2482,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Bitwarden',
|
title: 'Bitwarden',
|
||||||
category: ['Software', 'Authentication'],
|
category: ['Software', 'Authentication'],
|
||||||
route: '/library/bitwarden.svg',
|
route: '/library/bitwarden.svg',
|
||||||
url: 'https://bitwarden.com/'
|
url: 'https://bitwarden.com/',
|
||||||
|
brandUrl: 'https://bitwarden.com/brand/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Voicemod',
|
title: 'Voicemod',
|
||||||
@ -2484,7 +2522,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Meta',
|
title: 'Meta',
|
||||||
category: 'Social',
|
category: 'Social',
|
||||||
route: '/library/meta.svg',
|
route: '/library/meta.svg',
|
||||||
url: 'https://about.meta.com/es/'
|
url: 'https://about.meta.com/es/',
|
||||||
|
brandUrl: 'https://about.meta.com/brand/resources/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Stability AI',
|
title: 'Stability AI',
|
||||||
@ -2508,7 +2547,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Sentry',
|
title: 'Sentry',
|
||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/sentry.svg',
|
route: '/library/sentry.svg',
|
||||||
url: 'https://sentry.io/'
|
url: 'https://sentry.io/',
|
||||||
|
brandUrl: 'https://sentry.io/branding/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Grafana',
|
title: 'Grafana',
|
||||||
@ -2641,7 +2681,8 @@ export const svgs: iSVG[] = [
|
|||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/stackoverflow.svg',
|
route: '/library/stackoverflow.svg',
|
||||||
wordmark: '/library/stackoverflow_wordmark.svg',
|
wordmark: '/library/stackoverflow_wordmark.svg',
|
||||||
url: 'https://stackoverflow.com/'
|
url: 'https://stackoverflow.com/',
|
||||||
|
brandUrl: 'https://stackoverflow.design/brand/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'TikTok',
|
title: 'TikTok',
|
||||||
@ -2715,13 +2756,15 @@ export const svgs: iSVG[] = [
|
|||||||
title: 'Hugging Face',
|
title: 'Hugging Face',
|
||||||
category: 'AI',
|
category: 'AI',
|
||||||
route: '/library/hugging_face.svg',
|
route: '/library/hugging_face.svg',
|
||||||
url: 'https://huggingface.co/'
|
url: 'https://huggingface.co/',
|
||||||
|
brandUrl: 'https://huggingface.co/brand'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Node.js',
|
title: 'Node.js',
|
||||||
category: 'Library',
|
category: 'Library',
|
||||||
route: '/library/nodejs.svg',
|
route: '/library/nodejs.svg',
|
||||||
url: 'https://nodejs.org/'
|
url: 'https://nodejs.org/',
|
||||||
|
brandUrl: 'https://nodejs.org/en/about/branding'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Raindrop.io',
|
title: 'Raindrop.io',
|
||||||
@ -2743,7 +2786,8 @@ export const svgs: iSVG[] = [
|
|||||||
wordmark: {
|
wordmark: {
|
||||||
light: '/library/supabase_wordmark_light.svg',
|
light: '/library/supabase_wordmark_light.svg',
|
||||||
dark: '/library/supabase_wordmark_dark.svg'
|
dark: '/library/supabase_wordmark_dark.svg'
|
||||||
}
|
},
|
||||||
|
brandUrl: 'https://supabase.com/brand-assets'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Gleam',
|
title: 'Gleam',
|
||||||
@ -2774,7 +2818,8 @@ export const svgs: iSVG[] = [
|
|||||||
wordmark: {
|
wordmark: {
|
||||||
light: '/library/resend-wordmark-black.svg',
|
light: '/library/resend-wordmark-black.svg',
|
||||||
dark: '/library/resend-wordmark-white.svg'
|
dark: '/library/resend-wordmark-white.svg'
|
||||||
}
|
},
|
||||||
|
brandUrl: 'https://resend.com/brand'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Layers',
|
title: 'Layers',
|
||||||
@ -2808,7 +2853,8 @@ export const svgs: iSVG[] = [
|
|||||||
light: '/library/dub_light_wordmark.svg',
|
light: '/library/dub_light_wordmark.svg',
|
||||||
dark: '/library/dub_dark_wordmark.svg'
|
dark: '/library/dub_dark_wordmark.svg'
|
||||||
},
|
},
|
||||||
url: 'https://dub.co'
|
url: 'https://dub.co',
|
||||||
|
brandUrl: 'https://dub.co/brand'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Turso',
|
title: 'Turso',
|
||||||
@ -3186,7 +3232,8 @@ export const svgs: iSVG[] = [
|
|||||||
light: '/library/posthog-wordmark.svg',
|
light: '/library/posthog-wordmark.svg',
|
||||||
dark: '/library/posthog-wordmark_dark.svg'
|
dark: '/library/posthog-wordmark_dark.svg'
|
||||||
},
|
},
|
||||||
url: 'https://posthog.com/'
|
url: 'https://posthog.com/',
|
||||||
|
brandUrl: 'https://posthog.com/handbook/company/brand-assets'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'PowerToys',
|
title: 'PowerToys',
|
||||||
@ -3267,7 +3314,8 @@ export const svgs: iSVG[] = [
|
|||||||
light: '/library/dropbox_wordmark.svg',
|
light: '/library/dropbox_wordmark.svg',
|
||||||
dark: '/library/dropbox_wordmark_dark.svg'
|
dark: '/library/dropbox_wordmark_dark.svg'
|
||||||
},
|
},
|
||||||
url: 'https://www.dropbox.com/'
|
url: 'https://www.dropbox.com/',
|
||||||
|
brandUrl: 'https://brand.dropbox.com/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Open WebUI',
|
title: 'Open WebUI',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user