Skip to content

Commit

Permalink
Merge branch 'master' into P2Fancy
Browse files Browse the repository at this point in the history
  • Loading branch information
chekjun committed Jun 17, 2021
2 parents 37a0072 + 1836d87 commit 14579f6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/pages/sicp/subcomponents/SicpIndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import SicpToc from './SicpToc';
const originalAuthors = 'Harold Abelson and Gerald Jay Sussman';
const originalWithAuthors = 'with Julie Sussman';
const adaptedAuthors = 'Martin Henz and Tobias Wrigstad';
const adaptedWithAuthors = 'with Samuel Fang';
const adaptedWithAuthors = 'with Julie Sussman';
const developers = 'Samuel Fang';

const authors = (
<div className="sicp-authors">
Expand All @@ -22,6 +23,11 @@ const authors = (
{adaptedWithAuthors}
<i>— adapters to JavaScript</i>
</p>
<br />
<H4>{developers}</H4>
<p>
<i>— designer and developer of Interactive SICP</i>
</p>
</div>
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,22 @@ exports[`Sicp index page 1`] = `
</h4>
</Component>
<p>
with Samuel Fang
with Julie Sussman
<i>
adapters to JavaScript
</i>
</p>
<br />
<Component>
<h4 className=\\"bp3-heading\\">
Samuel Fang
</h4>
</Component>
<p>
<i>
designer and developer of Interactive SICP
</i>
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 14579f6

Please sign in to comment.