Skip to content

Commit

Permalink
fix: link banner to blogpost instead of console
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Nov 14, 2023
1 parent 06a802c commit 0d4efe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/components/w3up-launch.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function useW3upLaunch(context = W3upLaunchContext) {
*/
export const W3upMigrationRecommendationCopy = ({ sunsetStartDate }) => {
const createNewAccountHref = 'https://console.web3.storage/?intent=create-account';
const learnWhatsNewHref = 'https://console.web3.storage/?intent=learn-new-web3storage-experience';
const learnWhatsNewHref = 'https://blog.web3.storage/posts/the-data-layer-is-here-with-the-new-web3-storage';
const sunsetDateFormatter = new Intl.DateTimeFormat(undefined, { dateStyle: 'long' });
return (
<>
Expand Down

0 comments on commit 0d4efe6

Please sign in to comment.