diff --git a/site/src/components/my-footer.html b/site/src/components/my-footer.html index 8063ddb..b9461db 100644 --- a/site/src/components/my-footer.html +++ b/site/src/components/my-footer.html @@ -1,9 +1,4 @@ diff --git a/site/src/pages/index.html b/site/src/pages/index.html index e876a43..0fd479c 100644 --- a/site/src/pages/index.html +++ b/site/src/pages/index.html @@ -33,7 +33,7 @@ provides zero-dependency, ~600 Bytes (minified & gzipped), JS base class for creating reactive custom elements easily.
-
When you extend the WebComponent class for your component, you only have
to define the template and properties. Any change in any property value
@@ -61,6 +61,10 @@ customElements.define("my-counter", Counter);
A project by {{ author.name }}