From 6e532140d78e0e7b0049be023e533ba98f7e61f6 Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Sun, 31 Dec 2023 13:10:12 +0330 Subject: [PATCH] + Transformed workos dark and light --- src/data/svgs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index bcf7acd..38a68a4 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -116,8 +116,8 @@ export const svgs: iSVG[] = [ title: 'WorkOS', category: 'Software', route: { - light: '/library/workos-light.svg', - dark: '/library/workos.svg' + light: '/library/workos.svg', + dark: '/library/workos-light.svg' }, url: 'https://workos.com/' },