From b2f39a3fb546e8bb3b2bf8533546febdca600e24 Mon Sep 17 00:00:00 2001 From: joseph619 <34897862+joseph619@users.noreply.github.com> Date: Mon, 4 May 2020 15:15:56 -0400 Subject: [PATCH] Added Edit icon (#165) Added Edit icon (#165) --- src/.vuepress/components/Navigation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.vuepress/components/Navigation.vue b/src/.vuepress/components/Navigation.vue index 85e7fcca..4e874b3c 100644 --- a/src/.vuepress/components/Navigation.vue +++ b/src/.vuepress/components/Navigation.vue @@ -41,6 +41,7 @@ export default { /* Actions */ search: { text: "Search", icon: "search" }, filter: { text: "Filter", icon: "filter_list" }, + edit: { text: "Edit", icon: "edit" }, update_library: { text: "Update library", icon: "refresh" }, /* More */ downloaded_only: { text: "Downloaded only", icon: "cloud_off" },