diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 9736810..dfdcb0f 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -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/'
+ },
];
diff --git a/static/library/bluesky.svg b/static/library/bluesky.svg
index 42795eb..04b6e33 100644
--- a/static/library/bluesky.svg
+++ b/static/library/bluesky.svg
@@ -1,4 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/static/library/c++.svg b/static/library/c++.svg
deleted file mode 100644
index d39f74e..0000000
--- a/static/library/c++.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/static/library/c-plusplus.svg b/static/library/c-plusplus.svg
new file mode 100644
index 0000000..b3f219f
--- /dev/null
+++ b/static/library/c-plusplus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file