refactor: add prefixes to icons
This commit is contained in:
@@ -29,7 +29,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="bell"
|
||||
name="cil-bell"
|
||||
/>
|
||||
Updates
|
||||
|
||||
@@ -39,7 +39,6 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
color="info"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
@@ -56,7 +55,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="envelope-open"
|
||||
name="cil-envelope-open"
|
||||
/>
|
||||
Messages
|
||||
|
||||
@@ -66,7 +65,6 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
color="success"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
@@ -83,7 +81,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="task"
|
||||
name="cil-task"
|
||||
/>
|
||||
Tasks
|
||||
|
||||
@@ -93,7 +91,6 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
color="danger"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
@@ -110,7 +107,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="comment-square"
|
||||
name="cil-comment-square"
|
||||
/>
|
||||
Comments
|
||||
|
||||
@@ -120,7 +117,6 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
color="warning"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
@@ -147,7 +143,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="user"
|
||||
name="cil-user"
|
||||
/>
|
||||
Profile
|
||||
|
||||
@@ -161,7 +157,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="settings"
|
||||
name="cil-settings"
|
||||
/>
|
||||
Settings
|
||||
|
||||
@@ -175,7 +171,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="dollar"
|
||||
name="cil-dollar"
|
||||
/>
|
||||
Payments
|
||||
|
||||
@@ -185,7 +181,6 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
@@ -202,7 +197,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="file"
|
||||
name="cil-file"
|
||||
/>
|
||||
Projects
|
||||
|
||||
@@ -212,7 +207,6 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
@@ -233,7 +227,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="shield-alt"
|
||||
name="cil-shield-alt"
|
||||
/>
|
||||
Lock Account
|
||||
|
||||
@@ -247,7 +241,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="lock-locked"
|
||||
name="cil-lock-locked"
|
||||
/>
|
||||
Logout
|
||||
|
||||
|
||||
Reference in New Issue
Block a user