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" },