fix: update success message for GitHub data import to direct users to the Repositories page

This commit is contained in:
Arunavo Ray
2025-05-24 19:13:47 +05:30
parent 20a771f340
commit 703156b15c

View File

@@ -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: ${