diff --git a/VibeTunnel/Presentation/Views/MenuBarView.swift b/VibeTunnel/Presentation/Views/MenuBarView.swift index db596816..e459f975 100644 --- a/VibeTunnel/Presentation/Views/MenuBarView.swift +++ b/VibeTunnel/Presentation/Views/MenuBarView.swift @@ -95,8 +95,8 @@ struct MenuBarView: View { // Version (non-interactive) HStack { - Image(systemName: "circle") - .opacity(0) // Invisible placeholder to match icon spacing + Color.clear + .frame(width: 16, height: 16) // Match the typical SF Symbol size Text("Version \(appVersion)") .foregroundColor(.secondary) }