아이콘 수정
This commit is contained in:
parent
a3eee13fbc
commit
958bc71a3a
|
@ -91,7 +91,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
id: 'member.partner-branch',
|
id: 'member.partner-branch',
|
||||||
title: 'Partner Branch',
|
title: 'Partner Branch',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'star-david',
|
icon: 'hexagram-outline',
|
||||||
link: '/member/partner/branch',
|
link: '/member/partner/branch',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -128,27 +128,27 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
id: 'apps.coupon',
|
id: 'apps.coupon',
|
||||||
title: 'Coupon-management',
|
title: 'Coupon-management',
|
||||||
type: 'collapsable',
|
type: 'collapsable',
|
||||||
icon: 'ticket',
|
icon: 'ticket-outline',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'member.coupon',
|
id: 'member.coupon',
|
||||||
title: 'Coupon',
|
title: 'Coupon',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'ticket-confirmation-outline',
|
icon: 'ticket-outline',
|
||||||
link: '/member/coupon',
|
link: '/member/coupon',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'member.coupon-money-log',
|
id: 'member.coupon-money-log',
|
||||||
title: 'Coupon Money Log',
|
title: 'Coupon Money Log',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'ticket-account',
|
icon: 'ticket-outline',
|
||||||
link: '/member/coupon-money-log',
|
link: '/member/coupon-money-log',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'member.coupon-log',
|
id: 'member.coupon-log',
|
||||||
title: 'Coupon Log',
|
title: 'Coupon Log',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'ticket-percent-outline',
|
icon: 'ticket-outline',
|
||||||
link: '/member/coupon-log',
|
link: '/member/coupon-log',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -297,7 +297,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
id: 'report.comp-log',
|
id: 'report.comp-log',
|
||||||
title: 'Comp Log',
|
title: 'Comp Log',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'briefcase-clock-outline',
|
icon: 'archive-clock-outline',
|
||||||
link: '/report/comp-log',
|
link: '/report/comp-log',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user