From 881a7e7da703a23d3bed6491798e17411821aed9 Mon Sep 17 00:00:00 2001 From: Maicol Battistini Date: Mon, 19 Jun 2023 11:52:49 +0200 Subject: [PATCH] fix: Slot mancante --- resources/ts/Components/layout/TopAppBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/ts/Components/layout/TopAppBar.tsx b/resources/ts/Components/layout/TopAppBar.tsx index 870011b25..f76b546c2 100644 --- a/resources/ts/Components/layout/TopAppBar.tsx +++ b/resources/ts/Components/layout/TopAppBar.tsx @@ -62,7 +62,7 @@ export default class TopAppBar extends Component { branding(vnode: Vnode) { return ( -
+
{this.logo(vnode)} {this.title(vnode)}