diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 042d0986..ca31efd8 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 00000000..c2f6209f --- /dev/null +++ b/static/library/css_old.svg @@ -0,0 +1 @@ + \ No newline at end of file