fix: Link to export page in admin section to avoid redirect

This commit is contained in:
Tom Moor
2022-02-09 23:00:43 -08:00
parent 42061edbd1
commit d1e805dfc8
2 changed files with 3 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ export const ExportFailureEmail = ({ teamUrl }: { teamUrl: string }) => {
<p>
Sorry, your requested data export has failed, please visit the{" "}
<a
href={`${teamUrl}/settings/import-export`}
href={`${teamUrl}/settings/export`}
rel="noreferrer"
target="_blank"
>
@@ -34,9 +34,7 @@ export const ExportFailureEmail = ({ teamUrl }: { teamUrl: string }) => {
</p>
<EmptySpace height={10} />
<p>
<Button href={`${teamUrl}/settings/import-export`}>
Go to export
</Button>
<Button href={`${teamUrl}/settings/export`}>Go to export</Button>
</p>
</Body>

View File

@@ -30,7 +30,7 @@ export const ExportSuccessEmail = ({
Your requested data export is complete, the exported files are also
available in the{" "}
<a
href={`${teamUrl}/settings/import-export`}
href={`${teamUrl}/settings/export`}
rel="noreferrer"
target="_blank"
>