We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b9395 commit 07b13cbCopy full SHA for 07b13cb
javascript/htmlContent.js
@@ -73,7 +73,7 @@ export const switchTitle = version => {
73
</div>
74
<div class="title-text-OTHEREDITIONS">
75
<span class="title-text-OTHEREDITIONS">
76
- <a href="https://sourceacademy.org/sicpjs">SICP JS in Source Academy</a></span>
+ <a href="https://sourceacademy.org/sicpjs">Interactive SICP JS</a></span>
77
</div>`;
78
} else if (version == "scheme") {
79
// scheme version of the web textbook has yet been developed
0 commit comments