Skip to content

Commit

Permalink
feat: remove vue logo from header to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 20, 2023
1 parent d6cf7d8 commit 43eb6b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
4 changes: 0 additions & 4 deletions packages/app-frontend/src/features/header/AppHeader.vue
@@ -1,5 +1,4 @@
<script lang="ts">
import AppHeaderLogo from './AppHeaderLogo.vue'
import AppHistoryNav from './AppHistoryNav.vue'
import AppSelect from '../apps/AppSelect.vue'
import AppHeaderSelect from './AppHeaderSelect.vue'
Expand All @@ -26,7 +25,6 @@ interface HeaderRoute {
export default defineComponent({
components: {
AppHeaderLogo,
AppHistoryNav,
AppSelect,
AppHeaderSelect,
Expand Down Expand Up @@ -98,8 +96,6 @@ export default defineComponent({

<template>
<div class="flex items-center space-x-2 px-2 h-8">
<AppHeaderLogo />

<AppHistoryNav />

<template v-if="showAppsSelector">
Expand Down
40 changes: 0 additions & 40 deletions packages/app-frontend/src/features/header/AppHeaderLogo.vue

This file was deleted.

0 comments on commit 43eb6b0

Please sign in to comment.