From f54d0fc35c5010d260c25edba73d0d40db1eccc9 Mon Sep 17 00:00:00 2001 From: Innei Date: Sat, 16 Mar 2024 14:44:08 +0800 Subject: [PATCH] fix: site config Signed-off-by: Innei --- demo/config/site.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo/config/site.ts b/demo/config/site.ts index ff02eca..caa2aaa 100644 --- a/demo/config/site.ts +++ b/demo/config/site.ts @@ -6,8 +6,8 @@ export const siteConfig = { "Beautifully designed Modal Component built with Radix UI and Tailwind CSS.", mainNav: [], links: { - twitter: "https://twitter.com/shadcn", - github: "https://github.com/shadcn/ui", - docs: "https://ui.shadcn.com", + twitter: "https://twitter.com/__oQuery", + github: "https://github.com/Innei/rc-modal", + docs: "https://rc-modal.pages.dev", }, }