diff --git a/.gitignore b/.gitignore index 1eae457..b1acffc 100644 --- a/.gitignore +++ b/.gitignore @@ -85,5 +85,6 @@ dist /static/app-list.json /README-temp.md /static/game-list.json +/static/homebrew-list.json .DS_Store /commits-data.json diff --git a/components/navbar.vue b/components/navbar.vue index d5d611d..22fe431 100644 --- a/components/navbar.vue +++ b/components/navbar.vue @@ -146,6 +146,10 @@ export default { label: 'Categories', url: '/categories', }, + { + label: 'Homebrew', + url: '/kind/homebrew', + }, { label: 'Games', url: '/games', diff --git a/components/search.vue b/components/search.vue index 0314579..719b95d 100644 --- a/components/search.vue +++ b/components/search.vue @@ -76,7 +76,7 @@ style="transition-property: border;" >