From b68f48f0cb8d4ba2818ed6a7dccd970b5320c63a Mon Sep 17 00:00:00 2001 From: roiLeo Date: Tue, 18 Jun 2024 08:32:26 +0200 Subject: [PATCH] fix: social github link --- docs/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index f266735..596ca4e 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -75,7 +75,7 @@ export default defineConfig({ socialLinks: [ { icon: 'twitter', link: 'https://x.com/lastic_xyz' }, - { icon: 'github', link: 'https://github.com/lastic_xyz/lasticUI' } + { icon: 'github', link: 'https://github.com/LasticXYZ/LasticUI' } ] } })