🎨 Fix Designali SVG data
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Waiting to run
🧑‍🚀 Check / 📦 SVGs Size (push) Waiting to run
🧑‍🚀 Check / 🛠️ Build app (push) Waiting to run
🚀 Deploy / API - Cloudflare Workers (push) Waiting to run

This commit is contained in:
pheralb
2025-03-05 08:43:18 +00:00
parent 45127aee81
commit 416b5257e8
3 changed files with 2 additions and 26 deletions
+1 -4
View File
@@ -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'
}
];