diff --git a/CHANGELOG.md b/CHANGELOG.md index a58c507e..bfbd9761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,20 @@ 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/). +## [Unreleased] + +### Changed + +- removes "Dashboard" from dropdown menu + +### Fixed + +- fixes inputs for renders_errors and rewrite_policy settings +- removes unnecessary computed properties +- enables source maps for production build + ## [1.0.1] - 2019-08-15 + ### Fixed - fixes inputs for renders_errors and rewrite_policy settings diff --git a/src/views/layout/components/Navbar.vue b/src/views/layout/components/Navbar.vue index 1f451696..513dd72e 100644 --- a/src/views/layout/components/Navbar.vue +++ b/src/views/layout/components/Navbar.vue @@ -7,12 +7,7 @@ - - - {{ $t('navbar.dashboard') }} - - - + {{ $t('navbar.logOut') }}