Parcourir la source

add footer classNames

jam411 il y a 3 ans
Parent
commit
596129bf4d
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      packages/app/src/pages/[[...path]].page.tsx

+ 1 - 2
packages/app/src/pages/[[...path]].page.tsx

@@ -329,8 +329,7 @@ const GrowiPage: NextPage<Props> = (props: Props) => {
             </div> */}
           </div>
         </div>
-        <footer>
-          {/* <PageComments /> */}
+        <footer className="footer d-edit-none">
           <PageComment pageId={pageId} isReadOnly={false} titleAlign="left" />
           <PageContentFooter />
         </footer>