diff --git a/src/pages/forms/[id].tsx b/src/pages/forms/[id].tsx index 283abdb..332880c 100644 --- a/src/pages/forms/[id].tsx +++ b/src/pages/forms/[id].tsx @@ -78,11 +78,27 @@ export default function FormDetailPage() { - - - + + + + + {form.created_at && (

@@ -151,4 +167,4 @@ function respectNewLines(text: string | null | undefined) {
)); -} +} \ No newline at end of file