diff --git a/src/components/Header/Header.jsx b/src/components/Header/Header.jsx index 5867f37..3c2c1b1 100644 --- a/src/components/Header/Header.jsx +++ b/src/components/Header/Header.jsx @@ -68,6 +68,7 @@ export function Header({
  • Analytics
  • Drone Traffic
  • MissionPlanner
  • +
  • Pilot Missions
  • ); diff --git a/src/components/Pagination/Pagination.scss b/src/components/Pagination/Pagination.scss index 736fa93..e4c62d8 100644 --- a/src/components/Pagination/Pagination.scss +++ b/src/components/Pagination/Pagination.scss @@ -37,6 +37,7 @@ > a { color: #fff; } +} .break, .next, @@ -72,5 +73,3 @@ .next { background-image: url('icon-pagination-next.png'); } - -} diff --git a/src/components/StatusLabel/StatusLabel.scss b/src/components/StatusLabel/StatusLabel.scss index 9c659e1..f08cd2a 100644 --- a/src/components/StatusLabel/StatusLabel.scss +++ b/src/components/StatusLabel/StatusLabel.scss @@ -61,3 +61,10 @@ @extend .status-label; } + +.status-label_waiting { + background-color: #e3e3e3; + background-image: url('icon-status-inprogress.png'); + + @extend .status-label; +}