mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 Fix C++ svg + update Bluesky main logo
This commit is contained in:
+8
-8
@@ -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/'
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user