diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index f850785f..947fbbf3 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -96,3 +96,10 @@ jobs:
npm i
npm run build
npm run check
+
+ - name: Validate Solid
+ working-directory: templates/solid
+ run: |
+ npm i
+ npm run build
+ npm run compile
diff --git a/docs/.vitepress/components/Icon.vue b/docs/.vitepress/components/Icon.vue
index 7d898f4d..7daa3736 100644
--- a/docs/.vitepress/components/Icon.vue
+++ b/docs/.vitepress/components/Icon.vue
@@ -1,17 +1,19 @@
-
+