From 14344312958fa1979e5c50874cb1f20ff2d5fd21 Mon Sep 17 00:00:00 2001 From: Robert Kibet Date: Fri, 31 Mar 2023 20:21:39 +0300 Subject: [PATCH] refactor: change git url to point to ts utils repo --- docs/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 1796328..55e471d 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -39,7 +39,7 @@ export default { ], // Social Icons socialLinks: [ - { icon: 'github', link: 'https://github.com/finsweet', target: '_blank' }, + { icon: 'github', link: 'https://github.com/finsweet/ts-utils', target: '_blank' }, { icon: 'twitter', link: 'https://twitter.com/thatsfinsweet', target: '_blank' }, { icon: 'slack', link: 'https://finsweet.com/community/plus', target: '_blank' }, { icon: 'linkedin', link: 'https://www.linkedin.com/company/finsweet/', target: '_blank' },