Skip to content

Commit

Permalink
Remove column with missing images.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Nov 5, 2024
1 parent 89facdc commit ebec0af
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions app/routes/chapters.peabody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -862,8 +862,8 @@ export default function PeabodyPage() {
</p>
</CenteredLayout>
<ChapterSectionTitle section={sections[2]} />
<TwoColumnLayout>
<Column>
<CenteredLayout>
{/* <Column> */}
<p className="first-paragraph">
An additional aspect of Peabody's participatory pedagogy were the
“mural charts,” or “painted centuries” as she also sometimes
Expand Down Expand Up @@ -919,15 +919,8 @@ export default function PeabodyPage() {
by an archive but instead kept in her sister's attic, where they
remain today. )<InlineFootnote index={33}></InlineFootnote>
</p>
</Column>
<Column className="md:ml-12" shouldPin={true}>
{/*
TODO: Originally this used images found at:
/images/ch4-clark1.webp and /images/ch4-clark2.webp
The above clark2 is actually clark1.
figures["ch4-clark2"] looks like a photo of a damaged
chart.
*/}
{/* </Column> */}
{/* <Column className="md:ml-12" shouldPin={true}>
<Figure
className="grid grid-cols-2 gap-4 md:ml-12"
figures={[figures["ch4-clarke1"], figures["ch4-clarke2"]]}
Expand All @@ -946,8 +939,8 @@ export default function PeabodyPage() {
</>
}
/>
</Column>
</TwoColumnLayout>
</Column> */}
</CenteredLayout>
<TwoColumnLayout>
<Column shouldPin={true}>
<p>
Expand Down

0 comments on commit ebec0af

Please sign in to comment.