From ce84e3f7482f198fb399f37e1ca647322a4b13f7 Mon Sep 17 00:00:00 2001 From: Arun Kumar T K Date: Wed, 27 Dec 2017 11:28:39 +0530 Subject: [PATCH] Update menu.js (#511) corrected spelling --- src/common/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/menu.js b/src/common/menu.js index 109856a9..9fd3f3fe 100644 --- a/src/common/menu.js +++ b/src/common/menu.js @@ -1,5 +1,5 @@ const menuData = [{ - name: 'dashborad', + name: 'dashboard', icon: 'dashboard', path: 'dashboard', children: [{ -- GitLab