diff --git a/public/components/hello-world.js b/public/components/hello-world.js index b3976cf..5c1b6e8 100644 --- a/public/components/hello-world.js +++ b/public/components/hello-world.js @@ -17,6 +17,6 @@ export default class HelloWorld extends WebComponent { } get template() { - return `Hello ${this.name}!`; + return `Hello ${this.name}! I am interactive`; } }