Skip to content

Commit e964105

Browse files
save file
1 parent 1b5324a commit e964105

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chat/html/chat-hdr/chat-hdr.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
.item-label
2525
{}
2626

27-
::slotted(.title)
27+
::slotted([slot=title])
2828
{text-align:center;position:absolute;left:0;right:0;top:0px;z-index:-1;margin:0 auto;
2929
}
3030

@@ -57,7 +57,7 @@
5757

5858
</div>
5959

60-
<slot></slot>
60+
<slot name=title></slot>
6161

6262
<slot name=seo-hdr class=visually-hidden></slot>
6363

0 commit comments

Comments
 (0)