diff --git a/CHANGELOG.md b/CHANGELOG.md index da0dbe8..f0640ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.8] 2021-11 +## [0.8] 2021-11-24 + +### Fixed + +- Bug with overflowing banner. + +## [0.8] 2021-11-23 ### Added diff --git a/src/client/App.svelte b/src/client/App.svelte index 67ea9f6..40d8564 100644 --- a/src/client/App.svelte +++ b/src/client/App.svelte @@ -26,6 +26,10 @@