Fix: Remove dead search link (#2158)

* removed old references to search page

* changed overflow from scroll to auto
This commit is contained in:
Michael Genson 2023-02-21 00:51:24 -06:00 committed by GitHub
parent df8459a95c
commit eaa6ee57a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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 {