feat: add search menu to all resources
This commit is contained in:
@ -15,7 +15,7 @@ export const handler: Handlers<Article[] | null> = {
|
||||
|
||||
export default function Greet(props: PageProps<Article[] | null>) {
|
||||
return (
|
||||
<MainLayout url={props.url} title="Articles">
|
||||
<MainLayout url={props.url} title="Articles" context={{ type: "article" }}>
|
||||
<header class="flex gap-4 items-center mb-5 md:hidden">
|
||||
<a
|
||||
class="px-4 ml-4 py-2 bg-gray-300 text-gray-800 rounded-lg flex items-center gap-1"
|
||||
|
Reference in New Issue
Block a user