fix: Slot mancante

This commit is contained in:
Maicol Battistini 2023-06-19 11:52:49 +02:00
parent 172f78a176
commit 881a7e7da7
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ export default class TopAppBar extends Component {
branding(vnode: Vnode) { branding(vnode: Vnode) {
return ( return (
<div style={{display: 'flex', alignItems: 'center'}}> <div slot="title" style={{display: 'flex', alignItems: 'center'}}>
{this.logo(vnode)} {this.logo(vnode)}
{this.title(vnode)} {this.title(vnode)}
</div> </div>