소스 검색

add footer classNames

jam411 3 년 전
부모
커밋
596129bf4d
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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>