Răsfoiți Sursa

Merge pull request #1889 from porter-dev/nafees/preview-env-new-endpoints

fixed slack icon
jusrhee 4 ani în urmă
părinte
comite
27291ed204
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      dashboard/src/shared/common.tsx

+ 1 - 1
dashboard/src/shared/common.tsx

@@ -25,7 +25,7 @@ export const integrationList: any = {
     buttonText: "Link a Github Account",
   },
   slack: {
-    icon: "https://image.flaticon.com/icons/png/512/2111/2111615.png",
+    icon: "https://user-images.githubusercontent.com/5147537/54070671-0a173780-4263-11e9-8946-09ac0e37d8c6.png",
     label: "Slack",
     buttonText: "Install Application",
   },