refactor: update logo
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<CSidebarBrand>
|
||||
<CIcon
|
||||
custom-class-name="sidebar-brand-full"
|
||||
:icon="logoNegative"
|
||||
:icon="logo"
|
||||
:height="32"
|
||||
/>
|
||||
<CIcon
|
||||
@@ -40,7 +40,7 @@
|
||||
import { computed } from 'vue'
|
||||
import { useStore } from 'vuex'
|
||||
import { AppSidebarNav } from './AppSidebarNav'
|
||||
import { logoNegative } from '@/assets/brand/logo-negative'
|
||||
import { logo } from '@/assets/brand/logo'
|
||||
import { sygnet } from '@/assets/brand/sygnet'
|
||||
export default {
|
||||
name: 'AppSidebar',
|
||||
@@ -50,7 +50,7 @@ export default {
|
||||
setup() {
|
||||
const store = useStore()
|
||||
return {
|
||||
logoNegative,
|
||||
logo,
|
||||
sygnet,
|
||||
sidebarUnfoldable: computed(() => store.state.sidebarUnfoldable),
|
||||
sidebarVisible: computed(() => store.state.sidebarVisible),
|
||||
|
||||
Reference in New Issue
Block a user