add recent icon
This commit is contained in:
parent
0199897841
commit
bc3dfd23cb
@ -21,4 +21,4 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@include icon-black-white('vueexample', 'app', 1);
|
@include icon-black-white('recent', 'radio', 1);
|
||||||
|
Before Width: | Height: | Size: 1001 B After Width: | Height: | Size: 1001 B |
@ -7,7 +7,7 @@
|
|||||||
:title="t('radio', 'Top')" />
|
:title="t('radio', 'Top')" />
|
||||||
<AppNavigationItem
|
<AppNavigationItem
|
||||||
:to="{ name: 'RECENT' }"
|
:to="{ name: 'RECENT' }"
|
||||||
icon="icon-files-recent"
|
icon="icon-recent"
|
||||||
:title="t('radio', 'Recent')" />
|
:title="t('radio', 'Recent')" />
|
||||||
<AppNavigationItem
|
<AppNavigationItem
|
||||||
:to="{ name: 'NEW' }"
|
:to="{ name: 'NEW' }"
|
||||||
@ -42,5 +42,4 @@ export default {
|
|||||||
Player,
|
Player,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user