We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4242d commit 636c31dCopy full SHA for 636c31d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webdevhome.github.io",
3
- "version": "2.0.32",
+ "version": "2.0.33",
4
"scripts": {
5
"dev": "vite",
6
"build": "tsc && vite build",
src/links.json
@@ -721,6 +721,13 @@
721
"icon": "alpinedotjs",
722
"color": "#8BC0D0"
723
},
724
+ {
725
+ "title": "HTMX",
726
+ "url": "https://htmx.org",
727
+ "description": "A library to add logic to HTML by using attributes.",
728
+ "icon": "htmx",
729
+ "color": "#3366CC"
730
+ },
731
732
"title": "Hotwire",
733
"url": "https://hotwired.dev",
0 commit comments