Skip to content

Commit

Permalink
Remove duplicate IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Dec 7, 2024
1 parent 653f720 commit a4ad2ca
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/templates/BookPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -477,19 +477,15 @@ export function BookPage({ url, chapters, patterns, antipatterns }: Props) {
<ChapterList chapters={chapters} />
</Stack>
<Stack as="section" gap="m">
<Heading level={2} id="toc">
Techniques &amp; patterns
</Heading>
<Heading level={2}>Techniques &amp; patterns</Heading>
<TextTypo>
Here’s a list of all the techniques and patterns described in the
book.
</TextTypo>
<PatternList patterns={patterns} />
</Stack>
<Stack as="section" gap="m">
<Heading level={2} id="toc">
Code smells &amp; antipatterns
</Heading>
<Heading level={2}>Code smells &amp; antipatterns</Heading>
<TextTypo>
Here’s a list of all the code smells and antipatterns described in
the book.
Expand Down

0 comments on commit a4ad2ca

Please sign in to comment.