fixed like action, better dark mode, bottom navigation working, added taskcollection
This commit is contained in:
@@ -21,7 +21,7 @@ function HomeLayout() {
|
||||
const { slug } = useParams();
|
||||
return (
|
||||
<div className="pb-16">
|
||||
<Header title={slug ? `Event: ${slug}` : 'Fotospiel'} />
|
||||
{slug ? <Header slug={slug} /> : <Header title="Event" />}
|
||||
<div className="px-4 py-3">
|
||||
<Outlet />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user