summaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
authorRyder Ripps <theryderproject@gmail.com>2013-01-23 18:42:53 -0500
committerRyder Ripps <theryderproject@gmail.com>2013-01-23 18:42:53 -0500
commit460fe570302ca7f53ddf62f08f887fd733df14c2 (patch)
tree4c829057313fa642c2758bf2df435e654f30df1a /routes
parentf65d62d70fc469aed0e80fe1babc5d133c848651 (diff)
v1 design
Diffstat (limited to 'routes')
-rw-r--r--routes/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/index.js b/routes/index.js
index 0bf1fed..ac696e9 100644
--- a/routes/index.js
+++ b/routes/index.js
@@ -4,5 +4,5 @@
*/
exports.index = function(req, res){
- res.render('index', { title: 'How Long Can You Wait?', currentUser: req.user });
+ res.render('index', { title: 'Wait Site', currentUser: req.user });
};