📦 Fix C++ svg + update Bluesky main logo
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / API - Cloudflare Workers (push) Has been cancelled

This commit is contained in:
Pablo Hdez
2024-11-13 10:10:13 +00:00
parent 1d35abf573
commit 9e3c451cfb
4 changed files with 10 additions and 13 deletions
+8 -8
View File
@@ -1875,7 +1875,7 @@ export const svgs: iSVG[] = [
{
title: 'C++',
category: 'Language',
route: '/library/c++.svg',
route: '/library/c-plusplus.svg',
url: 'https://en.wikipedia.org/wiki/C%2B%2B'
},
{
@@ -2325,12 +2325,6 @@ export const svgs: iSVG[] = [
route: '/library/google-idx.svg',
url: 'https://idx.dev/'
},
{
title: 'Bluesky',
category: 'Social',
route: '/library/bluesky.svg',
url: 'https://blueskyweb.xyz/'
},
{
title: 'Remix',
category: 'Framework',
@@ -3006,5 +3000,11 @@ export const svgs: iSVG[] = [
dark : 'library/trpc_wordmark_dark.svg'
},
url: 'https://trpc.io/'
}
},
{
title: 'Bluesky',
category: 'Social',
route: '/library/bluesky.svg',
url: 'https://blueskyweb.xyz/'
},
];