diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 1c66abd..60540a2 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3402,10 +3402,7 @@ export const svgs: iSVG[] = [ { title: 'Designali', category: ['Software', 'Design'], - route: { - light: '/library/designali.svg', - dark: '/library/designali-dark.svg' - }, + route: '/library/designali.svg', url: 'https://designali.in' } ]; diff --git a/static/library/designali.svg b/static/library/designali.svg index 6c886ff..c38eea4 100644 --- a/static/library/designali.svg +++ b/static/library/designali.svg @@ -1,11 +1 @@ - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/static/library/designali_dark.svg b/static/library/designali_dark.svg deleted file mode 100644 index 6c886ff..0000000 --- a/static/library/designali_dark.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - \ No newline at end of file