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 7dbcd6f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 7dbcd6f

Please sign in to comment.