diff --git a/backend-node/emails/base.tsx b/backend-node/emails/base.tsx index a55871d01..41019049f 100644 --- a/backend-node/emails/base.tsx +++ b/backend-node/emails/base.tsx @@ -85,36 +85,38 @@ export const Base = ({ {children}
- - {footerMode === "developer_invite" && ( - - You are receiving this email because someone has invited you - to become a developer of the app{" "} - - {appNameAndId} - {" "} - on Flathub. - - )} + + + {footerMode === "developer_invite" && ( + + You are receiving this email because someone has invited you + to become a developer of the app{" "} + + {appNameAndId} + {" "} + on Flathub. + + )} - {footerMode === "developer_app" && ( - - You are receiving this email because you are a maintainer of - the app{" "} - - {appNameAndId} - {" "} - on Flathub. - - )} + {footerMode === "developer_app" && ( + + You are receiving this email because you are a maintainer of + the app{" "} + + {appNameAndId} + {" "} + on Flathub. + + )} - {footerMode === "default" && ( - - You are receiving this email because you have an account on - Flathub. - - )} - + {footerMode === "default" && ( + + You are receiving this email because you have an account on + Flathub. + + )} + +