diff --git a/circle.yml b/circle.yml index fd35990be..2084eb9ca 100644 --- a/circle.yml +++ b/circle.yml @@ -28,6 +28,11 @@ deployment: owner: appirio-tech commands: - ./deploy.sh TEST01 + test02: + branch: test02 + owner: appirio-tech + commands: + - ./deploy.sh TEST02 qa: branch: qa owner: appirio-tech diff --git a/src/components/ActionCard/ActionCard.jsx b/src/components/ActionCard/ActionCard.jsx index f9bcf8a36..1b5106820 100644 --- a/src/components/ActionCard/ActionCard.jsx +++ b/src/components/ActionCard/ActionCard.jsx @@ -75,7 +75,7 @@ class Header extends React.Component{