diff --git a/apps/nextjs/src/components/DownloadButton.tsx b/apps/nextjs/src/components/DownloadButton.tsx index 55f5b116c..7bb607f54 100644 --- a/apps/nextjs/src/components/DownloadButton.tsx +++ b/apps/nextjs/src/components/DownloadButton.tsx @@ -127,7 +127,8 @@ export const DownloadButton = ({ {handleSendEmailIcon({ isSuccess, isLoading, isError })}
- Email me {ext} {isSuccess && `- Email sent`}{" "} + Email me {ext === "docx" ? `doc` : `slides`}{" "} + {isSuccess && `- Email sent`}{" "} {isError && `- There was an error sending the email!`}