Skip to content

Instantly share code, notes, and snippets.

@svnlto
Created April 7, 2017 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svnlto/433726d6f9cf04ed0c01afee9813c171 to your computer and use it in GitHub Desktop.
Save svnlto/433726d6f9cf04ed0c01afee9813c171 to your computer and use it in GitHub Desktop.
diff --git a/app/Fixtures/menuItems.json b/app/Fixtures/menuItems.json
index f3bd7ab4..4f8fdd27 100644
--- a/app/Fixtures/menuItems.json
+++ b/app/Fixtures/menuItems.json
@@ -9,35 +9,15 @@
"route": "Dashboard"
},
{
- "id": "inAndOut",
- "icon": "in_out"
- },
- {
"id": "cardCenter",
"icon": "card_center",
"route": "CardCenter"
},
{
- "id": "saveIt",
- "icon": "save_it"
- },
- {
- "id": "awards",
- "icon": "awards"
- },
- {
"index": 1,
"type": "separator"
},
{
- "id": "sendIt",
- "icon": "send_it"
- },
- {
- "id": "splitBill",
- "icon": "split_bill"
- },
- {
"id": "payMe",
"icon": "pay_me",
"route": "PayMe"
@@ -51,19 +31,11 @@
"icon": "jenius_contacts"
},
{
- "id": "findUs",
- "icon": "find_us"
- },
- {
"id": "jeniusToken",
"icon": "jenius_token",
"visibleOnWeb": false
},
{
- "id": "jeniusHelp",
- "icon": "jenius_help"
- },
- {
"index": 3,
"type": "separator"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment