소스 검색

Remove 'Report an Issue' link from About modal

Sergiu Miclea 7 년 전
부모
커밋
5a05545e90
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      src/components/pages/AboutModal/AboutModal.jsx

+ 0 - 5
src/components/pages/AboutModal/AboutModal.jsx

@@ -81,9 +81,6 @@ const TextLine = styled.div`
     margin-left: 6px;
     margin-left: 6px;
   }
   }
 `
 `
-const Link = styled.a`
-  color: inherit;
-`
 const LinkMock = styled.span`
 const LinkMock = styled.span`
   text-decoration: underline;
   text-decoration: underline;
   cursor: pointer;
   cursor: pointer;
@@ -135,8 +132,6 @@ class AboutModal extends React.Component<Props, State> {
                   <TextLine>
                   <TextLine>
                     <span>Version {this.state.version}</span>
                     <span>Version {this.state.version}</span>
                     <span>|</span>
                     <span>|</span>
-                    <Link href="https://github.com/cloudbase/coriolis/issues" target="_blank">Report an Issue</Link>
-                    <span>|</span>
                     <LinkMock onClick={() => { logger.download() }} >Download Log</LinkMock>
                     <LinkMock onClick={() => { logger.download() }} >Download Log</LinkMock>
                   </TextLine>
                   </TextLine>
                   <TextLine>
                   <TextLine>