diff options
| -rw-r--r-- | server/lib/auth/mail.js | 2 | ||||
| -rwxr-xr-x | views/home.ejs | 2 | ||||
| -rw-r--r-- | views/staff/_users.ejs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/server/lib/auth/mail.js b/server/lib/auth/mail.js index eac4007..990b53f 100644 --- a/server/lib/auth/mail.js +++ b/server/lib/auth/mail.js @@ -6,7 +6,7 @@ var email = require("emailjs"), var mail = { - from: 'VValls <info@vvalls.com>', + from: 'VValls <hello@vvalls.com>', templates: {}, init: function(){ diff --git a/views/home.ejs b/views/home.ejs index ffb0976..20723a5 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -68,7 +68,7 @@ <h3>Ready To Go Pro?</h3> Use VValls as part of your product, service, or marketing campaign. We offer many types of customizations, including automation of layouts, more elaborate floor plans, enhanced video, interactivity, and other features. - <a href="mailto:info@vvalls.com?subject=VValls platform" class="greenbtn">Contact</a> + <a href="mailto:hello@vvalls.com?subject=VValls platform" class="greenbtn">Contact</a> </span> </div> [[ include partials/confirm-modal ]] diff --git a/views/staff/_users.ejs b/views/staff/_users.ejs index 9caf893..ee988ab 100644 --- a/views/staff/_users.ejs +++ b/views/staff/_users.ejs @@ -1,5 +1,5 @@ <nav class="subnav"> - sort by <a href="?sort=date">date</a> ... <a href="?sort=last_seen">recent</a> ... <a href="?sort=name">name</a> ... jump to a letter: + sort by <a href="?sort=date">join date</a> ... <a href="?sort=last_seen">recent</a> ... <a href="?sort=name">name</a> ... jump to a letter: <span class="alphabet"> [[ "abcdefghijklmnopqrstuvwxyz?".split("").forEach(function(letter){ ]] <a href="?sort=name&initial=[[- letter ]]">[[- letter.toUpperCase() ]]</a> |
