diff --git a/CHANGELOG.md b/CHANGELOG.md index 80825d48..2d2cd21a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Unreleased +### Deprecation Notice + +- The `alerts/success-badge.svg` image will be removed in a future major version. Use `alerts/success.svg` instead. ([#306](https://github.com/18F/identity-style-guide/pull/306)) + +### Bug Fixes + +- Use correct "Success" green color for `alerts/unphishable.svg` icon. ([#306](https://github.com/18F/identity-style-guide/pull/306)) + ### Optimization - Remove documentation-specific images from published package. ([#300](https://github.com/18F/identity-style-guide/pull/300)) diff --git a/docs/_components/badges.md b/docs/_components/badges.md index 6bb9de5a..782acb74 100644 --- a/docs/_components/badges.md +++ b/docs/_components/badges.md @@ -26,7 +26,7 @@ A verfied account badge is used to indicate that an account has completed the id {% capture example %}
- + Verified Account
{% endcapture %} diff --git a/src/img/alerts/unphishable.svg b/src/img/alerts/unphishable.svg index 0c3271a2..7571367a 100644 --- a/src/img/alerts/unphishable.svg +++ b/src/img/alerts/unphishable.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file