We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0772650 commit 19005b0Copy full SHA for 19005b0
cmd/reviewGOOSE/ui.go
@@ -740,7 +740,7 @@ func (app *App) rebuildMenu(ctx context.Context) {
740
// Add Web Dashboard link
741
dashboardItem := app.systrayInterface.AddMenuItem("Web Dashboard", "")
742
dashboardItem.Click(func() {
743
- if err := openURL(ctx, "https://reviewGOOSE.dev/", ""); err != nil {
+ if err := openURL(ctx, "https://my.reviewGOOSE.dev/", ""); err != nil {
744
slog.Error("failed to open dashboard", "error", err)
745
}
746
})
0 commit comments