diff --git a/components/generic/views/content.tsx b/components/generic/views/content.tsx index ce86022..447cce3 100644 --- a/components/generic/views/content.tsx +++ b/components/generic/views/content.tsx @@ -13,9 +13,9 @@ export type ViewContentProps = { export const ViewContent = memo((props: ViewContentProps) => { return (
-

+

{props.title} -

+
{props.content}