Merge pull request #792 from DexAsHisH/add-wakatime-svg
📦 Build / 🛠️ Build app (push) Has been cancelled
🧑‍🚀 Check / ⚙️ Linting (push) Has been cancelled
🧑‍🚀 Check / 📦 Check SVGs (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled

Added WakaTime svg with light and dark mode variants
This commit is contained in:
Pablo Hdez
2025-10-07 17:26:13 +01:00
committed by GitHub
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -524,6 +524,15 @@ export const svgs: iSVG[] = [
brandUrl: "https://tailwindcss.com/brand",
url: "https://tailwindcss.com/",
},
{
title: 'WakaTime',
category: 'Devtool',
route: {
light: '/library/wakatime-dark.svg',
dark: '/library/wakatime-light.svg'
},
url: 'https://wakatime.com'
},
{
title: "Styled Components",
category: "Library",