소스 검색

delete unuse

zahmis 5 년 전
부모
커밋
d121d8ffd7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Page/PageManagement.jsx

+ 1 - 1
src/client/js/components/Page/PageManagement.jsx

@@ -129,7 +129,7 @@ const PageManagement = (props) => {
         <button className="dropdown-item" type="button" onClick={openPageDuplicateModalHandler}>
           <i className="icon-fw icon-docs"></i> { t('Duplicate') }
         </button>
-        <button className="dropdown-item btn-outline-text-gray-200" type="button" onClick={openPagePresentationModalHandler}>
+        <button className="dropdown-item" type="button" onClick={openPagePresentationModalHandler}>
           <i className="icon-fw"><PresentationIcon /></i> { t('Presentation Mode') }
         </button>
         <button className="dropdown-item" type="button" onClick={() => { exportPageHandler('md') }}>