From d0e458ff87bb5e3ec18588ee643b66a898001e96 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 22 Nov 2023 11:09:35 +0100 Subject: [PATCH] feat(site): update content --- site/src/pages/index.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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 }} +