From c6a1b65a9110223da25553ae4cf67a61caefe1fc Mon Sep 17 00:00:00 2001 From: geekyd Date: Sat, 7 Oct 2017 19:23:25 +0530 Subject: [PATCH] Adds color to new note button --- public/views/index/body.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index 8430053..911742a 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -13,14 +13,14 @@
<% if(allowAnonymous) { %> - <%= __('New guest note') %> + <%= __('New guest note') %> <% } %> <% if(facebook || twitter || github || gitlab || dropbox || google || ldap || email) { %> <% } %>
- <%= __('New note') %> + <%= __('New note') %>
-<%- include ../shared/signin-modal %> \ No newline at end of file +<%- include ../shared/signin-modal %>