Skip to content

Commit c002640

Browse files
authored
Merge pull request #301 from lightninglabs/connect-nav-link
ui+nav: fix Lightning Node Connect link with custom path
2 parents 7c26d04 + 263b3f4 commit c002640

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)