From 13a26326af82e71fb3ef63921567ba96da421e1f Mon Sep 17 00:00:00 2001 From: Jamil Date: Wed, 14 May 2025 09:37:26 -0700 Subject: [PATCH] fix(website): Remove dupe changelog entry (#9138) --- website/src/components/Changelog/GUI.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/website/src/components/Changelog/GUI.tsx b/website/src/components/Changelog/GUI.tsx index 54b30e61c..78e5852d5 100644 --- a/website/src/components/Changelog/GUI.tsx +++ b/website/src/components/Changelog/GUI.tsx @@ -33,11 +33,6 @@ export default function GUI({ os }: { os: OS }) { Fixes a rare panic when the DNS servers on the system would change while Firezone is connected. - {os === OS.Windows && ( - - Fixes a crash when the tray menu cannot be initialised. - - )} {os === OS.Linux && (