diff --git a/web/apps/auth/src/pages/auth.tsx b/web/apps/auth/src/pages/auth.tsx index 920a3970c5..ff37995a1e 100644 --- a/web/apps/auth/src/pages/auth.tsx +++ b/web/apps/auth/src/pages/auth.tsx @@ -126,7 +126,7 @@ const Page: React.FC = () => { }} > {searchTerm.length > 0 ? ( -

{t("no_results")}

+ {t("no_results")} ) : ( {t("no_codes_added_yet")} @@ -409,7 +409,7 @@ const UnparseableCode: React.FC = ({ const Footer: React.FC = () => { return ( -

{t("AUTH_DOWNLOAD_MOBILE_APP")}

+ {t("AUTH_DOWNLOAD_MOBILE_APP")} { }; const Footer_ = styled("div")` - margin-block-start: 2rem; - margin-block-end: 4rem; + margin-block: 4rem; display: flex; + gap: 1rem; flex-direction: column; align-items: center; justify-content: center;