diff --git a/site/src/pages/index.html b/site/src/pages/index.html index 5e3c06f..e57e96e 100644 --- a/site/src/pages/index.html +++ b/site/src/pages/index.html @@ -27,9 +27,9 @@

Our - base class + + tiny package + provides zero-dependency, ~600 Bytes (minified & gzipped), JS base class for creating reactive custom elements easily

@@ -52,14 +52,13 @@ export class Counter extends WebComponent { get template() { return `<button>${this.props.count}</button>`; } -} +}
- A project by {{ author.name }} + + A project by {{ author.name }} +