Skip to content

Commit

Permalink
Update features
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRagstad committed Aug 4, 2024
1 parent 3dc5bf7 commit b277e1c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/components/Features1.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,19 @@ export const Features1 = () => {
<ul className="mb-6 text-primaryText">
<li className="mb-4 flex">
<CheckArrowIcon />
<span>HTML-first driven design and development</span>
<span>Seamless TSX/JSX support</span>
</li>
<li className="mb-4 flex">
<CheckArrowIcon />
<span>Built-in <a href="https://htmx.org/" target="_blank">HTM<span style={{ color: "#6da2ff" }}>X</span></a> interoperability and intellisense</span>
<span>Built-in <a href="https://htmx.org/" target="_blank" className="underline">HTMX</a> linting</span>
</li>
<li className="mb-4 flex">
<CheckArrowIcon />
<span>Seamless integration with APIs</span>
<span>Minimal and intuitive syntax</span>
</li>
<li className="mb-4 flex">
<CheckArrowIcon />
<span>Blazing fast performance with Rust</span>
</li>
</ul>
</div>
Expand Down

0 comments on commit b277e1c

Please sign in to comment.