Fix button redirect on line 160 to connections tab

cgen-8402eb25bd0c45e2b6712e06a284602e
This commit is contained in:
Builder.io 2025-11-10 01:14:17 +00:00
parent 75395c614f
commit ab8a0fed5f

View file

@ -157,10 +157,10 @@ export default function DiscordVerify() {
</p>
<Button
onClick={() => navigate("/profile/settings")}
onClick={() => navigate("/dashboard?tab=connections")}
className="w-full"
>
Go to Settings
View Connections
</Button>
</div>
) : (