[web][auth] Lint fix (#6622)

## Description

## Tests
This commit is contained in:
Neeraj
2025-07-24 11:50:01 +05:30
committed by GitHub

View File

@@ -404,10 +404,7 @@ const Footer: React.FC = () => {
return (
<Stack sx={{ my: "4rem", gap: 2, alignItems: "center" }}>
<Typography>{t("auth_download_mobile_app")}</Typography>
<a
href="https://ente.io/auth/#download-auth"
download
>
<a href="https://ente.io/auth/#download-auth" download>
<Button color="accent">{t("download")}</Button>
</a>
</Stack>