Skip to content

Commit 97af4a1

Browse files
committed
Added WakaTime svg with light and dark mode variants
1 parent fd9b47e commit 97af4a1

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

src/data/svgs.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,15 @@ export const svgs: iSVG[] = [
518518
brandUrl: "https://tailwindcss.com/brand",
519519
url: "https://tailwindcss.com/",
520520
},
521+
{
522+
title: 'WakaTime',
523+
category: 'Devtool',
524+
route: {
525+
light: '/library/wakatime-dark.svg',
526+
dark: '/library/wakatime-light.svg'
527+
},
528+
url: 'https://wakatime.com'
529+
},
521530
{
522531
title: "Styled Components",
523532
category: "Library",

static/library/wakatime-dark.svg

Lines changed: 1 addition & 0 deletions
Loading

static/library/wakatime-light.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)