From 9e3c451cfb350f9622bfdf43b5bb88d340344838 Mon Sep 17 00:00:00 2001
From: Pablo Hdez <62877300+pheralb@users.noreply.github.com>
Date: Wed, 13 Nov 2024 10:10:13 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Fix=20C++=20svg=20+=20update=20B?=
=?UTF-8?q?luesky=20main=20logo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/data/svgs.ts | 16 ++++++++--------
static/library/bluesky.svg | 5 +----
static/library/c++.svg | 1 -
static/library/c-plusplus.svg | 1 +
4 files changed, 10 insertions(+), 13 deletions(-)
delete mode 100644 static/library/c++.svg
create mode 100644 static/library/c-plusplus.svg
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