add recent icon

This commit is contained in:
Jonas Heinrich 2020-11-05 09:23:54 +01:00
parent 0199897841
commit bc3dfd23cb
3 changed files with 2 additions and 3 deletions

View File

@ -21,4 +21,4 @@
*
*/
@include icon-black-white('vueexample', 'app', 1);
@include icon-black-white('recent', 'radio', 1);

View File

Before

Width:  |  Height:  |  Size: 1001 B

After

Width:  |  Height:  |  Size: 1001 B

View File

@ -7,7 +7,7 @@
:title="t('radio', 'Top')" />
<AppNavigationItem
:to="{ name: 'RECENT' }"
icon="icon-files-recent"
icon="icon-recent"
:title="t('radio', 'Recent')" />
<AppNavigationItem
:to="{ name: 'NEW' }"
@ -42,5 +42,4 @@ export default {
Player,
},
}
</script>