From 937a834d198056a8cb52cd780c933b14b41f9d88 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 26 Dec 2020 22:00:00 -0600 Subject: [PATCH] Add benchmarks to nav --- components/navbar.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/navbar.vue b/components/navbar.vue index 22fe431..b6d7baf 100644 --- a/components/navbar.vue +++ b/components/navbar.vue @@ -146,6 +146,10 @@ export default { label: 'Categories', url: '/categories', }, + { + label: 'Benchmarks', + url: '/benchmarks', + }, { label: 'Homebrew', url: '/kind/homebrew',