Skip to content

Commit

Permalink
refactor: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jan 9, 2024
1 parent bead3e5 commit 00c7dc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/website/components/w3up-launch.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export const W3upMigrationRecommendationCopy = ({ sunsetStartDate }) => {
const sunsetDateFormatter = new Intl.DateTimeFormat(undefined, { dateStyle: 'long' });
return (
<>
This web3.storage product has sunset for new uploads. To continue uploading, migrate to the new web3.storage API.
This web3.storage product sunset for new uploads on {sunsetDateFormatter.format(sunsetStartDate)}. To continue
uploading, migrate to the new web3.storage API.
<br />
<a href={createNewAccountHref}>Click here to create a new account</a> and&nbsp;
<a href={learnWhatsNewHref}>here to read about what’s awesome</a> about the new web3.storage experience.
Expand Down

0 comments on commit 00c7dc2

Please sign in to comment.