📦 Add PostHog SVG and wordmark for light/dark mode

This commit is contained in:
Miguel Vega
2024-11-18 21:16:27 -05:00
parent afe5eec846
commit f2f5e2d56c
4 changed files with 13 additions and 0 deletions
+10
View File
@@ -3048,5 +3048,15 @@ export const svgs: iSVG[] = [
dark: '/library/polar-sh_dark.svg'
},
url: 'https://polar.sh/'
},
{
title: 'PostHog',
category: 'Devtool',
route: '/library/posthog.svg',
wordmark: {
light: '/library/posthog-wordmark.svg',
dark: '/library/posthog-wordmark_dark.svg'
},
url: 'https://posthog.com/'
}
];