Skip to content

Commit ffd1010

Browse files
javier-godoymlopezFC
authored andcommitted
fix: remove HTML title attribute
1 parent 23f7760 commit ffd1010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/resources/frontend/fc-applayout/fc-fusion-layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export class FusionLayout extends LitElement {
126126

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

0 commit comments

Comments
 (0)