feat: update component

This commit is contained in:
Ayo 2023-10-07 20:23:31 +02:00
parent aad09e103f
commit af03c9e400

View file

@ -17,6 +17,6 @@ export default class HelloWorld extends WebComponent {
}
get template() {
return `Hello ${this.name}!`;
return `Hello ${this.name}! <small>I am interactive</small>`;
}
}