Explorar el Código

add PageContentFooter

jam411 hace 3 años
padre
commit
e676379d2c
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      packages/app/src/pages/[[...path]].page.tsx

+ 6 - 0
packages/app/src/pages/[[...path]].page.tsx

@@ -325,6 +325,12 @@ const GrowiPage: NextPage<Props> = (props: Props) => {
         <footer>
           {/* <PageComments /> */}
           PageComments
+          <PageContentFooter
+            createdAt={new Date(createdAt)}
+            updatedAt={new Date(updatedAt)}
+            creator={creator}
+            revisionAuthor={revisionAuthor}
+          />
         </footer>
 
         <UnsavedAlertDialog />