Skip to content

Commit 19005b0

Browse files
committed
change dashboard URL to my.reviewGOOSE.dev
1 parent 0772650 commit 19005b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/reviewGOOSE/ui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ func (app *App) rebuildMenu(ctx context.Context) {
740740
// Add Web Dashboard link
741741
dashboardItem := app.systrayInterface.AddMenuItem("Web Dashboard", "")
742742
dashboardItem.Click(func() {
743-
if err := openURL(ctx, "https://reviewGOOSE.dev/", ""); err != nil {
743+
if err := openURL(ctx, "https://my.reviewGOOSE.dev/", ""); err != nil {
744744
slog.Error("failed to open dashboard", "error", err)
745745
}
746746
})

0 commit comments

Comments
 (0)