@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user