feat: add some more titles
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user