diff --git a/navLinks.json b/navLinks.json index ee0f5fc..74c29f1 100644 --- a/navLinks.json +++ b/navLinks.json @@ -31,5 +31,27 @@ { "href": "/contact", "label": "Contact" + }, + { + "label": "Admin", + "secure": "True", + "submenu": [ + { + "href": "/logs", + "label": "Logs" + }, + { + "href": "https://jasonpoage.com", + "label": "Production" + }, + { + "href": "https://test.jasonpoage.com", + "label": "Testing" + }, + { + "href": "https://dev.jasonpoage.com", + "label": "Development" + } + ] } ]