diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3e5918b..aab70115 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,11 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
+## [1.0.1] - 2024-08-26
+
+### Added
+
+- Implemented Help/Resources link to external site with updated wording
+
## [1.0.0] - 2024-08-13
### Added
- Initial release
-[unreleased]: https://github.com/bcgov/ecc-ofm/compare/1.0.0...HEAD
+[unreleased]: https://github.com/bcgov/ecc-ofm/compare/1.0.1...HEAD
+[1.0.1]: https://github.com/bcgov/ecc-ofm/releases/tag/1.0.1
[1.0.0]: https://github.com/bcgov/ecc-ofm/releases/tag/1.0.0
diff --git a/frontend/src/components/TheHeader.vue b/frontend/src/components/TheHeader.vue
index f8550c1b..32da05a3 100644
--- a/frontend/src/components/TheHeader.vue
+++ b/frontend/src/components/TheHeader.vue
@@ -28,8 +28,8 @@
-
-
+
+
diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue
index f06a64c5..9294bb08 100644
--- a/frontend/src/views/HomeView.vue
+++ b/frontend/src/views/HomeView.vue
@@ -49,9 +49,15 @@
Maintain or edit organization or facility information and request a change.
-
-
- Need support? Find program training tools and resources, technical help, or call us.
+
+
+ Need support? Find program training tools, resources and technical help.
@@ -132,4 +138,8 @@ export default {
.alert-banner {
border: 1px solid rgb(252, 186, 25);
}
+
+a[id='help-card']:hover {
+ color: #313132;
+}