|
|
|
@ -10,7 +10,7 @@ interface InnerProps { |
|
|
|
|
|
|
|
const InnerHeader: FC<InnerProps> = ({ title, children }) => ( |
|
|
|
<div className="flex justify-between px-3 py-1"> |
|
|
|
<h2 className="text-xl font-bold text-yellow-800">{title}</h2> |
|
|
|
<h3>{title}</h3> |
|
|
|
{children} |
|
|
|
</div> |
|
|
|
); |
|
|
|
|