Procházet zdrojové kódy

Merge pull request #380 from smiclea/about-remove-issue

Remove 'Report an Issue' link from About modal
Dorin Paslaru před 6 roky
rodič
revize
f1d32cd858
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  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>