Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cehune committed Oct 27, 2024
1 parent c4d92fa commit 653f844
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions emails/file-expiry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Email = (props: EmailProps) => {

const expiredPaths = (
<div>
<ul>
<ul style={{ fontSize: "14px", lineHeight: "24px" }}>
{paths.map(path => (
<li key={path}>{path}</li>
))}
Expand All @@ -35,7 +35,8 @@ const Email = (props: EmailProps) => {
<WATcloudEmail previewText={previewText}>
<Text>Hi {name},</Text>
<Text>
In an ongoing effort to keep WATcloud's file storage efficient and maintain optimal performance, we routinely clean up specific directories that haven't been accessed in the past {daysForExpiry} days. </Text>
In an ongoing effort to keep WATcloud's file storage efficient and maintain optimal performance, we routinely clean up specific directories that haven't been accessed in the past {daysForExpiry} days.
</Text>
<Hr />
<Section>
<Text>The following paths on each respective machine are expired:</Text>
Expand Down

0 comments on commit 653f844

Please sign in to comment.