This commit is contained in:
Manav Rathi
2024-08-03 16:31:36 +05:30
parent 80dccca62c
commit c604078736

View File

@@ -40,7 +40,6 @@ import DeleteAccountModal from "components/DeleteAccountModal";
import TwoFactorModal from "components/TwoFactor/Modal";
import { WatchFolder } from "components/WatchFolder";
import LinkButton from "components/pages/gallery/LinkButton";
import { NoStyleAnchor } from "components/pages/sharedAlbum/GoToEnte";
import {
ARCHIVE_SECTION,
DUMMY_UNCATEGORIZED_COLLECTION,
@@ -607,11 +606,7 @@ const HelpSection: React.FC = () => {
<EnteMenuItem
onClick={contactSupport}
labelComponent={
<NoStyleAnchor href="mailto:support@ente.io">
<Typography fontWeight={"bold"}>
{t("SUPPORT")}
</Typography>
</NoStyleAnchor>
<span title="support@ente.io">{t("SUPPORT")}</span>
}
variant="secondary"
/>