diff --git a/services/web/frontend/js/shared/components/footer/thin-footer.tsx b/services/web/frontend/js/shared/components/footer/thin-footer.tsx index ab63dcdfde..21e6e972df 100644 --- a/services/web/frontend/js/shared/components/footer/thin-footer.tsx +++ b/services/web/frontend/js/shared/components/footer/thin-footer.tsx @@ -16,7 +16,7 @@ function FooterItemLi({ const textToDisplay = translatedText || text if (!href) { - return
  • {textToDisplay}
  • + return
  • } const linkProps = { @@ -27,7 +27,7 @@ function FooterItemLi({ return (
  • - + {textToDisplay}
  • ) }