#54 removed logo from toolbar

pull/1/head
Thomas Ballmann 3 years ago
parent 01ed084b7a
commit 9fc9b7d862

@ -176,10 +176,9 @@
<script>
import { mapState, mapGetters } from 'vuex'
import Notifications from '@/components/Notifications'
const SvgLogo = () => import('@/assets/logo.svg?inline')
export default {
components: { Notifications, SvgLogo },
components: { Notifications },
data: () => ({
drawer: true,
pages: [

Loading…
Cancel
Save