From 9a22618b37bc11ac538bfb9773e362549d1bf446 Mon Sep 17 00:00:00 2001 From: David Merfield Date: Mon, 5 Feb 2018 17:54:27 -0500 Subject: [PATCH] Added updates route to mockups --- notes/mockups/site/routes/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/notes/mockups/site/routes/index.js b/notes/mockups/site/routes/index.js index eb103d0830c..fd2a01a829b 100644 --- a/notes/mockups/site/routes/index.js +++ b/notes/mockups/site/routes/index.js @@ -9,6 +9,7 @@ var pages = [ ['help', 'Help'], ['privacy', 'Privacy'], ['terms', 'Terms'], + ['updates', 'Updates'], ['', 'Home'] ];