diff --git a/.github/workflows/design-system.yml b/.github/workflows/design-system.yml index 83eb649a..a32bc792 100644 --- a/.github/workflows/design-system.yml +++ b/.github/workflows/design-system.yml @@ -60,4 +60,4 @@ jobs: AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }} SERVICE_POD: ${{ secrets.SERVICE_POD }} run: | - kubectl -n ${KUBE_NAMESPACE} exec -it pod/${SERVICE_POD} -- aws s3 sync /tmp/storybook-static s3://${AWS_S3_BUCKET} --follow-symlinks --delete + kubectl exec -n ${KUBE_NAMESPACE} -it pod/${SERVICE_POD} -- aws s3 sync /tmp/storybook-static s3://${AWS_S3_BUCKET} --follow-symlinks --delete diff --git a/public/app/frontend/src/components/file-download/file-download.scss b/public/app/frontend/src/components/file-download/file-download.scss index f3f5883c..d8d055e5 100644 --- a/public/app/frontend/src/components/file-download/file-download.scss +++ b/public/app/frontend/src/components/file-download/file-download.scss @@ -12,7 +12,6 @@ align-items: start; @media screen and (min-width: $justice-lg) { align-items: center; - color: red; //TODO: FOR TESTING - REMOVE } }