mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
Fix: Remove dead search link (#2158)
* removed old references to search page * changed overflow from scroll to auto
This commit is contained in:
@@ -51,7 +51,6 @@ export default defineComponent({
|
||||
const buttons = [
|
||||
{ icon: $globals.icons.home, to: "/", text: i18n.t("general.home") },
|
||||
{ icon: $globals.icons.primary, to: "/recipes/all", text: i18n.t("page.all-recipes") },
|
||||
{ icon: $globals.icons.search, to: "/search", text: i18n.t("search.search") },
|
||||
];
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user