forked from github-starred/komodo
fix dom nesting err
This commit is contained in:
@@ -10,7 +10,7 @@ interface ResourceProps {
|
||||
|
||||
export const Resource = ({ title, info, actions, children }: ResourceProps) => (
|
||||
<Page
|
||||
title={<h1 className="text-4xl">{title}</h1>}
|
||||
title={title}
|
||||
subtitle={<h2 className="text-md">{info}</h2>}
|
||||
actions={actions}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user