diff --git a/frontend/src/components/shared/NavigationWarningModal.tsx b/frontend/src/components/shared/NavigationWarningModal.tsx index f5a8cdfe2..8188be435 100644 --- a/frontend/src/components/shared/NavigationWarningModal.tsx +++ b/frontend/src/components/shared/NavigationWarningModal.tsx @@ -32,7 +32,7 @@ const NavigationWarningModal = ({ onApplyAndContinue, onExportAndContinue }: Nav confirmNavigation(); }; - const handleExportAndContinue = async () => { + const _handleExportAndContinue = async () => { if (onExportAndContinue) { await onExportAndContinue(); } @@ -64,22 +64,19 @@ const NavigationWarningModal = ({ onApplyAndContinue, onExportAndContinue }: Nav {t("areYouSure", "Are you sure you want to leave?")} + {/* Desktop layout: 2 groups side by side */} - - - {onApplyAndContinue && ( -