diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 45cf1075..e377bf85 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3048,5 +3048,18 @@ export const svgs: iSVG[] = [
dark: '/library/polar-sh_dark.svg'
},
url: 'https://polar.sh/'
+ },
+ {
+ title: 'Okta',
+ category: 'Cybersecurity',
+ route: {
+ light: '/library/okta_light.svg',
+ dark: '/library/okta_dark.svg'
+ },
+ wordmark: {
+ light: '/library/okta-wordmark_light.svg',
+ dark: '/library/okta-wordmark_dark.svg'
+ },
+ url: 'https://www.okta.com/'
}
];
diff --git a/static/library/okta-wordmark_dark.svg b/static/library/okta-wordmark_dark.svg
new file mode 100644
index 00000000..be2899e2
--- /dev/null
+++ b/static/library/okta-wordmark_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/okta-wordmark_light.svg b/static/library/okta-wordmark_light.svg
new file mode 100644
index 00000000..0d3be57f
--- /dev/null
+++ b/static/library/okta-wordmark_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/okta_dark.svg b/static/library/okta_dark.svg
new file mode 100644
index 00000000..74f13107
--- /dev/null
+++ b/static/library/okta_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/okta_light.svg b/static/library/okta_light.svg
new file mode 100644
index 00000000..bd99dade
--- /dev/null
+++ b/static/library/okta_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file