The source project of this merge request has been removed.
Fix a bug with invalid URL when click on the status head
Glitch component files 'status_head.js' and 'status_prepend.js' utilize Template Literals
to generate the URL when the elements are clicked. However, the interpolation has issues with the '+' sign. Removing '+' and it works beautifully!