Skip to content

Commit

Permalink
(docs) fix anchor link
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Apr 30, 2024
1 parent dfcaa7d commit b911bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/Intro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Intro(): JSX.Element {
which stands for <strong>LIPS Is Pretty Simple</strong>. Over time the project may no
longer be that simple in implementation but it always be LIPS.
</p>
<Heading as="h2" className={styles.header}>Features</Heading>
<Heading as="h2" id="features" className={styles.header}>Features</Heading>
<p>Most important features of LIPS:</p>
<ul>
<li>Great integration with JavaScript. You can use any JS library out of the box.</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/Tools/Screenshooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Screenshooter(): JSX.Element {
<section id="bookmarklet">
<div className="container">
<ScreenshotSVG className={styles.svg} role="img" />
<Heading as="h3" id="screenshooter">
<Heading as="h3">
<Link to="/screenshooter">Screenshooter</Link>
</Heading>
<p>This tool allow you to create nice screenshot of code. The screenshot tool is aware of
Expand Down

0 comments on commit b911bd6

Please sign in to comment.