feat: add some more titles

This commit is contained in:
2023-08-04 23:36:35 +02:00
parent d28536a49f
commit e5d2acc590
4 changed files with 18 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ export const handler: Handlers<Movie[] | null> = {
export default function Greet(props: PageProps<Movie[] | null>) {
return (
<MainLayout url={props.url}>
<MainLayout url={props.url} title="Movies">
<KMenu type="main" context={false} />
<header class="flex gap-4 items-center mb-5 md:hidden">
<a