Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
updated message
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed May 17, 2018
1 parent 2ff353b commit c0797dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/hub.ts
Expand Up @@ -1568,7 +1568,7 @@ module TDev.Browser {
this.topBox = div(null, this.topContainer);
this.eol = document.createElement("a");
this.eol.className = "eol";
this.eol.innerText = "Touch Develop is retiring on May 23, 2018. Click to learn more.";
this.eol.innerText = "Touch Develop retirement postponed until June 22, 2019. Sign-in and access to cloud assets to be removed on May 23, 2018. Learn more.";
this.eol.href = "https://makecode.com/touchdevelop";
this.theRoot = div("hubRoot", this.bglogo, this.mainContent, this.topBox);
}
Expand Down

0 comments on commit c0797dd

Please sign in to comment.