diff --git a/src/frontend/src/Components/advisories/AdvisoriesList.scss b/src/frontend/src/Components/advisories/AdvisoriesList.scss index 6c7a20f4c..98eb0be67 100644 --- a/src/frontend/src/Components/advisories/AdvisoriesList.scss +++ b/src/frontend/src/Components/advisories/AdvisoriesList.scss @@ -39,4 +39,11 @@ .timestamp-container--mobile { display: none; } +} + +.empty-advisory-display { + h2 { + margin-bottom: 2rem; + color: $BC-Blue; + } } \ No newline at end of file diff --git a/src/frontend/src/Components/advisories/EmptyAdvisory.js b/src/frontend/src/Components/advisories/EmptyAdvisory.js index f0fd3a1ce..e08d8a880 100644 --- a/src/frontend/src/Components/advisories/EmptyAdvisory.js +++ b/src/frontend/src/Components/advisories/EmptyAdvisory.js @@ -5,20 +5,16 @@ import Container from 'react-bootstrap/Container'; export default function EmptyAdvisory() { // Rendering return ( -
- If there are widespread travel advisories, they will be posted here to give you guidance on: -
-+ If there are widespread travel advisories, they will be posted here to give you guidance on: +
+- There are currently no bulletins to display. - As we continue to evolve DriveBC to better meet the needs of British Columbians, - watch this space for updates as they come! -
-+ There are currently no bulletins to display. + As we continue to evolve DriveBC to better meet the needs of British Columbians, + watch this space for updates as they come! +
+