Hi Sergi, I'm back on the project and having trouble with a button within getMatchTopHTML - the button is visible but it doesn't respond. ``` getMatchTopHTML: (match) => { return `<button type="button" onclick="alert('Hello world!')">Click Me!</button>`; } ``` Is there a restriction on the kind of button one can include? thanks, Peter