diff --git a/site/src/components/feature-set.js b/site/src/components/feature-set.js index b4f384f..31f1ec8 100644 --- a/site/src/components/feature-set.js +++ b/site/src/components/feature-set.js @@ -6,6 +6,12 @@ class FeatureSet extends WebComponent { description: "A robust API for synchronizing your component's UI and properties", }, + { + icon: "️🤏", + title: "Tiny.", + description: + "A 1 kB base class (minified, compressed) with versatile utilities", + }, { icon: "😌", title: "Easy.", diff --git a/site/src/pages/index.html b/site/src/pages/index.html index 49eec96..1b9ced1 100644 --- a/site/src/pages/index.html +++ b/site/src/pages/index.html @@ -11,7 +11,7 @@