From 1987475752828da54046834abfc7b92c4d5ecfc2 Mon Sep 17 00:00:00 2001 From: Maxim Filippov Date: Thu, 15 Aug 2019 12:22:14 +0000 Subject: [PATCH] Remove "dashboard" from menu --- CHANGELOG.md | 13 +++++++++++++ src/views/layout/components/Navbar.vue | 7 +------ 2 files changed, 14 insertions(+), 6 deletions(-) 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') }}