Fix button redirect on line 160 to connections tab
cgen-8402eb25bd0c45e2b6712e06a284602e
This commit is contained in:
parent
75395c614f
commit
ab8a0fed5f
1 changed files with 2 additions and 2 deletions
|
|
@ -157,10 +157,10 @@ export default function DiscordVerify() {
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
onClick={() => navigate("/profile/settings")}
|
onClick={() => navigate("/dashboard?tab=connections")}
|
||||||
className="w-full"
|
className="w-full"
|
||||||
>
|
>
|
||||||
Go to Settings
|
View Connections
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue