diff --git a/.circleci/config.yml b/.circleci/config.yml index bf7374129..fb3293fd1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -188,7 +188,7 @@ workflows: - build-dev filters: &filters-dev branches: - only: ['dev', 'feature/copilot-feedback'] + only: ['dev', 'feature/new-milestone-concept'] - deployTest01: context : org-global diff --git a/src/assets/icons/icon-check-thin.svg b/src/assets/icons/icon-check-thin.svg new file mode 100644 index 000000000..693c14617 --- /dev/null +++ b/src/assets/icons/icon-check-thin.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/icons/icon-dots.svg b/src/assets/icons/icon-dots.svg new file mode 100644 index 000000000..89a3cfcf6 --- /dev/null +++ b/src/assets/icons/icon-dots.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/assets/icons/icon-gnatt-gray.svg b/src/assets/icons/icon-gnatt-gray.svg new file mode 100644 index 000000000..593fbd1fe --- /dev/null +++ b/src/assets/icons/icon-gnatt-gray.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/assets/icons/icon-x-mark-thin.svg b/src/assets/icons/icon-x-mark-thin.svg new file mode 100644 index 000000000..10d836ee8 --- /dev/null +++ b/src/assets/icons/icon-x-mark-thin.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/assets/icons/x-mark-thin.svg b/src/assets/icons/x-mark-thin.svg new file mode 100644 index 000000000..055951388 --- /dev/null +++ b/src/assets/icons/x-mark-thin.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/components/Layout/Layout.jsx b/src/components/Layout/Layout.jsx index a71cfc7ef..b3258fce4 100644 --- a/src/components/Layout/Layout.jsx +++ b/src/components/Layout/Layout.jsx @@ -29,6 +29,7 @@ const Layout = (props) => {