diff --git a/services/web/frontend/js/features/ui/components/bootstrap-5/footer/thin-footer.tsx b/services/web/frontend/js/features/ui/components/bootstrap-5/footer/thin-footer.tsx index f8ce7d369b..ae95136547 100644 --- a/services/web/frontend/js/features/ui/components/bootstrap-5/footer/thin-footer.tsx +++ b/services/web/frontend/js/features/ui/components/bootstrap-5/footer/thin-footer.tsx @@ -69,11 +69,13 @@ function ThinFooter({ ) : null} {showLanguagePicker ? ( -
  • - -
  • + <> +
  • + +
  • + {hasCustomLeftNav ? : null} + ) : null} - {hasCustomLeftNav ? : null} {leftItems?.map(item => )}