From 703156b15c9d2d15f541a6ec63a2539a70dfdf0e Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Sat, 24 May 2025 19:13:47 +0530 Subject: [PATCH] fix: update success message for GitHub data import to direct users to the Repositories page --- src/components/config/ConfigTabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/config/ConfigTabs.tsx b/src/components/config/ConfigTabs.tsx index fe42e2b..aa57404 100644 --- a/src/components/config/ConfigTabs.tsx +++ b/src/components/config/ConfigTabs.tsx @@ -91,7 +91,7 @@ export function ConfigTabs() { ); result.success ? toast.success( - 'GitHub data imported successfully! Head to the Dashboard to start mirroring repositories.', + 'GitHub data imported successfully! Head to the Repositories page to start mirroring.', ) : toast.error( `Failed to import GitHub data: ${