diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f44704..e0f0bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - If the browser uses a dark theme, the default theme is also set to dark -- Display the navigation bar on every view, except the creation of the first account - -### Fixed -- The account deletion view is now emphasized the same way it was before ## [0.4.0] - 2023-09-26 diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue index 827e386..1ca27e2 100644 --- a/src/views/AboutView.vue +++ b/src/views/AboutView.vue @@ -4,7 +4,6 @@ import { version } from '../../package.json'; import ButtonGroupComponent from '../components/ButtonGroupComponent.vue'; import LayoutComponent from '../components/LayoutComponent.vue'; import ExternalLinkComponent from '../components/ExternalLinkComponent.vue'; -import NavBarComponent from '../components/NavBarComponent.vue'; const router = useRouter(); const repoUrl = 'https://git.what.tf/rodolphe/sake-app'; @@ -15,7 +14,6 @@ const toMainView = () => {