From 71ac230a533fdd4819a8d36b82570285a0973b97 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Thu, 26 Dec 2019 11:43:36 -0800 Subject: Style primary navigation Adding styles and interaction patterns based on community approved design proposals. Signed-off-by: Yoshie Muranaka Signed-off-by: Derick Montague Change-Id: Ie7f422db6fbbca2033e10d2d2ae331540a8a038a --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/router') diff --git a/src/router/index.js b/src/router/index.js index 61cb9023..71b90fb1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -52,7 +52,7 @@ const routes = [ const router = new VueRouter({ base: process.env.BASE_URL, routes, - linkExactActiveClass: 'nav__link--current' + linkExactActiveClass: 'nav-link--current' }); router.beforeEach((to, from, next) => { -- cgit v1.2.3