From fae86d406601e2d5eba33491ded95ce6aa92b69e Mon Sep 17 00:00:00 2001 From: pheralb Date: Mon, 9 Dec 2024 18:09:28 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20old=20CSS=20svg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 8 +++++++- static/library/css_old.svg | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 static/library/css_old.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 042d098..ca31efd 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1073,11 +1073,17 @@ export const svgs: iSVG[] = [ url: 'https://es.wikipedia.org/wiki/HTML5' }, { - title: 'CSS', + title: 'CSS (New)', category: 'Language', route: '/library/css.svg', url: 'https://es.wikipedia.org/wiki/CSS' }, + { + title: 'CSS', + category: 'Language', + route: '/library/css_old.svg', + url: 'https://es.wikipedia.org/wiki/CSS' + }, { title: 'midudev', category: 'Community', diff --git a/static/library/css_old.svg b/static/library/css_old.svg new file mode 100644 index 0000000..c2f6209 --- /dev/null +++ b/static/library/css_old.svg @@ -0,0 +1 @@ + \ No newline at end of file