diff --git a/CHANGELOG.md b/CHANGELOG.md index 7104eb8..d71b7d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Enhance contribution guidelines: Refactored shell scripts, added additional steps. (#91) +### Changed +- Updated the error display to a modern UI. (#131) + ## [1.2.1] - 2024-02-29 ### Changed diff --git a/zimui/src/components/ErrorDisplay.vue b/zimui/src/components/ErrorDisplay.vue index 84fdcee..1981a03 100644 --- a/zimui/src/components/ErrorDisplay.vue +++ b/zimui/src/components/ErrorDisplay.vue @@ -8,25 +8,77 @@ const errimage = ref(errimageData) + \ No newline at end of file