File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,19 @@ export const Features1 = () => {
33
33
< ul className = "mb-6 text-primaryText" >
34
34
< li className = "mb-4 flex" >
35
35
< CheckArrowIcon />
36
- < span > HTML-first driven design and development </ span >
36
+ < span > Seamless TSX/JSX support </ span >
37
37
</ li >
38
38
< li className = "mb-4 flex" >
39
39
< CheckArrowIcon />
40
- < span > Built-in < a href = "https://htmx.org/" target = "_blank" > HTM < span style = { { color : "#6da2ff" } } > X </ span > </ a > interoperability and intellisense </ span >
40
+ < span > Built-in < a href = "https://htmx.org/" target = "_blank" className = "underline" > HTMX </ a > linting </ span >
41
41
</ li >
42
42
< li className = "mb-4 flex" >
43
43
< CheckArrowIcon />
44
- < span > Seamless integration with APIs</ span >
44
+ < span > Minimal and intuitive syntax</ span >
45
+ </ li >
46
+ < li className = "mb-4 flex" >
47
+ < CheckArrowIcon />
48
+ < span > Blazing fast performance with Rust</ span >
45
49
</ li >
46
50
</ ul >
47
51
</ div >
You can’t perform that action at this time.
0 commit comments