Skip to content

Commit

Permalink
fix: remove HTML title attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored and mlopezFC committed Jan 6, 2022
1 parent 23f7760 commit ffd1010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class FusionLayout extends LitElement {

render() {
return html`
<fc-applayout reveals=${this.reveals} swipeOpen=${this.swipeOpen} fixed=${this.fixed} title=${this.title} id="fusionLayout">
<fc-applayout reveals=${this.reveals} swipeOpen=${this.swipeOpen} fixed=${this.fixed} id="fusionLayout">
<div slot="profile" style="text-align: center;">
<img src=${this.profilePicture} alt=${this.profilePictureAlt} style="width: 80px; margin-top: 20px;">
<h4 slot="profile">${this.userName}</h4>
Expand Down

0 comments on commit ffd1010

Please sign in to comment.