chore: cleanup
This commit is contained in:
parent
cb9b4a6347
commit
783da810d2
@ -42,7 +42,6 @@ import LeadsIcon from '@/components/Icons/LeadsIcon.vue'
|
|||||||
import DealsIcon from '@/components/Icons/DealsIcon.vue'
|
import DealsIcon from '@/components/Icons/DealsIcon.vue'
|
||||||
import ContactsIcon from '@/components/Icons/ContactsIcon.vue'
|
import ContactsIcon from '@/components/Icons/ContactsIcon.vue'
|
||||||
import NoteIcon from '@/components/Icons/NoteIcon.vue'
|
import NoteIcon from '@/components/Icons/NoteIcon.vue'
|
||||||
import DashboardIcon from '@/components/Icons/DashboardIcon.vue'
|
|
||||||
import PhoneIcon from '@/components/Icons/PhoneIcon.vue'
|
import PhoneIcon from '@/components/Icons/PhoneIcon.vue'
|
||||||
import CollapseSidebar from '@/components/Icons/CollapseSidebar.vue'
|
import CollapseSidebar from '@/components/Icons/CollapseSidebar.vue'
|
||||||
import SidebarLink from '@/components/SidebarLink.vue'
|
import SidebarLink from '@/components/SidebarLink.vue'
|
||||||
@ -74,44 +73,6 @@ const links = [
|
|||||||
icon: PhoneIcon,
|
icon: PhoneIcon,
|
||||||
to: 'Call Logs',
|
to: 'Call Logs',
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// label: 'Dashboard',
|
|
||||||
// icon: DashboardIcon,
|
|
||||||
// to: 'Dashboard',
|
|
||||||
// },
|
|
||||||
]
|
|
||||||
|
|
||||||
const navigations = [
|
|
||||||
{
|
|
||||||
name: 'Leads',
|
|
||||||
icon: LeadsIcon,
|
|
||||||
route: { name: 'Leads' },
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Deals',
|
|
||||||
icon: DealsIcon,
|
|
||||||
route: { name: 'Deals' },
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Contacts',
|
|
||||||
icon: ContactsIcon,
|
|
||||||
route: { name: 'Contacts' },
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Notes',
|
|
||||||
icon: NoteIcon,
|
|
||||||
route: { name: 'Notes' },
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Call Logs',
|
|
||||||
icon: PhoneIcon,
|
|
||||||
route: { name: 'Call Logs' },
|
|
||||||
},
|
|
||||||
// {
|
|
||||||
// name: 'Dashboard',
|
|
||||||
// icon: DashboardIcon,
|
|
||||||
// route: { name: 'Dashboard' },
|
|
||||||
// },
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const isSidebarCollapsed = ref(false)
|
const isSidebarCollapsed = ref(false)
|
||||||
|
|||||||
@ -1,23 +0,0 @@
|
|||||||
<template>
|
|
||||||
<svg
|
|
||||||
width="18"
|
|
||||||
height="18"
|
|
||||||
viewBox="0 0 18 18"
|
|
||||||
fill="none"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
>
|
|
||||||
<path
|
|
||||||
d="M6.26733 9.06277L14.1423 9.06268"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
/>
|
|
||||||
<path
|
|
||||||
d="M10.397 12.808L14.1423 9.06264L10.3971 5.31737"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
/>
|
|
||||||
<path d="M3 14.125L3 4" stroke="currentColor" stroke-linecap="round" />
|
|
||||||
</svg>
|
|
||||||
</template>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user