From 2a60e95a3d35f7c18551cfdb56fb834afb9e1631 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 16 Dec 2023 10:27:57 +0100 Subject: [PATCH] feat(site): update content --- site/src/components/feature-set.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/components/feature-set.js b/site/src/components/feature-set.js index 694af40..baa7a15 100644 --- a/site/src/components/feature-set.js +++ b/site/src/components/feature-set.js @@ -4,7 +4,7 @@ class FeatureSet extends WebComponent { icon: "️🔄", title: "Reactive.", description: - "A robust API for synchronizing your component's UI and property values", + "A robust API for synchronizing your component's UI and properties", }, { icon: "😌", @@ -16,7 +16,7 @@ class FeatureSet extends WebComponent { icon: "️💡", title: "Familiar.", description: - "Use the built-in JSX-like syntax or bring your own custom templating syntax", + "Use the built-in JSX-like syntax or bring your own custom templating", url: "https://codepen.io/ayoayco-the-styleful/pen/ZEwNJBR?editors=1010", }, {