diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 3d2cb90..f42abd4 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -112,6 +112,15 @@ export const svgs: iSVG[] = [
route: '/library/spotify.svg',
url: 'https://www.spotify.com/'
},
+ {
+ title: 'WorkOS',
+ category: 'Software',
+ route: {
+ light: '/library/workos-light.svg',
+ dark: '/library/workos.svg'
+ },
+ url: 'https://workos.com/'
+ },
{
title: 'Postman',
category: 'Software',
@@ -1114,6 +1123,12 @@ export const svgs: iSVG[] = [
route: '/library/redux.svg',
url: 'https://redux.js.org/'
},
+ {
+ title: 'Trust Wallet',
+ category: 'Crypto',
+ route: '/library/trust.svg',
+ url: 'https://trustwallet.com/'
+ },
{
title: 'Php',
category: 'Language',
diff --git a/static/library/trust.svg b/static/library/trust.svg
new file mode 100644
index 0000000..e6f3920
--- /dev/null
+++ b/static/library/trust.svg
@@ -0,0 +1,14 @@
+
diff --git a/static/library/workos-light.svg b/static/library/workos-light.svg
new file mode 100644
index 0000000..55aa431
--- /dev/null
+++ b/static/library/workos-light.svg
@@ -0,0 +1,21 @@
+
\ No newline at end of file
diff --git a/static/library/workos.svg b/static/library/workos.svg
new file mode 100644
index 0000000..d12912b
--- /dev/null
+++ b/static/library/workos.svg
@@ -0,0 +1,21 @@
+
\ No newline at end of file