diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 3a4932f..ee8cb21 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3120,5 +3120,15 @@ export const svgs: iSVG[] = [
dark: '/library/uxcorprangel-dark.svg'
},
url: 'https://github.com/UXCorpRangel/'
+ },
+ {
+ 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