forked from github-starred/komodo
fix resource page header
This commit is contained in:
@@ -66,8 +66,10 @@ interface PageProps {
|
||||
export const Page = ({ title, subtitle, actions, children }: PageProps) => (
|
||||
<div className="flex flex-col gap-12 container py-16">
|
||||
<div className="flex flex-col gap-6 lg:flex-row lg:gap-0 lg:items-start justify-between">
|
||||
<h1 className="text-4xl">{title}</h1>
|
||||
<div className="flex flex-col">{subtitle}</div>
|
||||
<div className="flex flex-col gap-2">
|
||||
<h1 className="text-4xl">{title}</h1>
|
||||
<div className="flex flex-col">{subtitle}</div>
|
||||
</div>
|
||||
{actions}
|
||||
</div>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user