Skip to content

Commit e31ad57

Browse files
committed
feat: fix voltage connector through welcome screen
1 parent a854d6a commit e31ad57

File tree

1 file changed

+1
-1
lines changed
  • src/app/screens/connectors/ChooseConnectorPath

1 file changed

+1
-1
lines changed

src/app/screens/connectors/ChooseConnectorPath/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default function ChooseConnectorPath() {
7272
}
7373
actions={
7474
<Link
75-
to="/accounts/new/choose-connector/voltage"
75+
to="choose-connector/voltage"
7676
rel="noreferrer noopener"
7777
className="flex flex-1"
7878
>

0 commit comments

Comments
 (0)