Skip to content

Commit 263b3f4

Browse files
committed
ui+nav: fix Lightning Node Connect link with custom path
1 parent 7c26d04 commit 263b3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/store/views/appView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default class AppView {
8080

8181
/** Change to the Connect page */
8282
goToConnect() {
83-
this.goTo('/connect');
83+
this.goTo(`${PUBLIC_URL}/connect`);
8484
this._store.settingsStore.autoCollapseSidebar();
8585
this._store.log.info('Go to the Connect page');
8686
}

0 commit comments

Comments
 (0)