Selaa lähdekoodia

Merge pull request #1610 from porter-dev/fix/git-icon-on-launch-flow

[BUGFIX] Fixed git icon on launch flow
Nicolas Frati 4 vuotta sitten
vanhempi
sitoutus
0230d6348b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      dashboard/src/main/home/launch/launch-flow/SourcePage.tsx

+ 1 - 1
dashboard/src/main/home/launch/launch-flow/SourcePage.tsx

@@ -67,7 +67,7 @@ class SourcePage extends Component<PropsType, StateType> {
         <BlockList>
           {capabilities.github && (
             <Block onClick={() => setSourceType("repo")}>
-              <BlockIcon src="https://3.bp.blogspot.com/-xhNpNJJyQhk/XIe4GY78RQI/AAAAAAAAItc/ouueFUj2Hqo5dntmnKqEaBJR4KQ4Q2K3ACK4BGAYYCw/s1600/logo%2Bgit%2Bicon.png" />
+              <BlockIcon src="https://git-scm.com/images/logos/downloads/Git-Icon-1788C.png" />
               <BlockTitle>Git Repository</BlockTitle>
               <BlockDescription>
                 Deploy using source from a Git repo.