type Props = {
readableStorageLimit: string
url: string
}
export const reachedStorageLimitEmail = ({
url,
readableStorageLimit,
}: Props) => `
It just happened, you've reached your ${readableStorageLimit} storage limit 😮 | It means your bots won't collect new files from your users. | If you'd like to continue collecting files, then you need to upgrade your plan or remove existing results to free up space. 🚀 |
|
|
|
`