From aa993170f999e127a0cea3e66549597e2ff31ba9 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 6 Feb 2021 22:26:17 -0600 Subject: [PATCH] Add App Test link to navbar --- components/navbar.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/navbar.vue b/components/navbar.vue index 4ccec3b..c81809c 100644 --- a/components/navbar.vue +++ b/components/navbar.vue @@ -161,6 +161,10 @@ export default { label: 'Games', url: '/games', }, + { + label: 'Apple Silicon App Test', + url: '/apple-silicon-app-test', + }, ]) } },