From 5d32b1177a9acc7c36c8d12c85ccda59c384a18a Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 16 Feb 2021 14:56:38 -0600 Subject: [PATCH] Disable App Test link for now --- components/navbar.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/navbar.vue b/components/navbar.vue index c81809c..8615eb8 100644 --- a/components/navbar.vue +++ b/components/navbar.vue @@ -161,10 +161,10 @@ export default { label: 'Games', url: '/games', }, - { - label: 'Apple Silicon App Test', - url: '/apple-silicon-app-test', - }, + // { + // label: 'Apple Silicon App Test', + // url: '/apple-silicon-app-test', + // }, ]) } },