Selaa lähdekoodia

Remove 'Report an Issue' link from About modal

Sergiu Miclea 6 vuotta sitten
vanhempi
sitoutus
5a05545e90
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  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;
   }
 `
-const Link = styled.a`
-  color: inherit;
-`
 const LinkMock = styled.span`
   text-decoration: underline;
   cursor: pointer;
@@ -135,8 +132,6 @@ class AboutModal extends React.Component<Props, State> {
                   <TextLine>
                     <span>Version {this.state.version}</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>
                   </TextLine>
                   <TextLine>