From f2f5e2d56cf7b6664dd66243172e405bd944edae Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Mon, 18 Nov 2024 21:16:27 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20PostHog=20SVG=20and=20word?= =?UTF-8?q?mark=20for=20light/dark=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 10 ++++++++++ static/library/posthog-wordmark.svg | 1 + static/library/posthog-wordmark_dark.svg | 1 + static/library/posthog.svg | 1 + 4 files changed, 13 insertions(+) create mode 100644 static/library/posthog-wordmark.svg create mode 100644 static/library/posthog-wordmark_dark.svg create mode 100644 static/library/posthog.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 45cf107..1cef71c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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/' } ]; diff --git a/static/library/posthog-wordmark.svg b/static/library/posthog-wordmark.svg new file mode 100644 index 0000000..ec55c78 --- /dev/null +++ b/static/library/posthog-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/posthog-wordmark_dark.svg b/static/library/posthog-wordmark_dark.svg new file mode 100644 index 0000000..0ed6861 --- /dev/null +++ b/static/library/posthog-wordmark_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/posthog.svg b/static/library/posthog.svg new file mode 100644 index 0000000..8a3fcab --- /dev/null +++ b/static/library/posthog.svg @@ -0,0 +1 @@ + \ No newline at end of file