From e983d0756df9d43074398299badcadde17dcc483 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 24 Oct 2017 15:46:16 +0200 Subject: [PATCH] Rename 'Log in' button to 'Log in and Explore' --- src/templates/_macros/_menu.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/_macros/_menu.pug b/src/templates/_macros/_menu.pug index 6fa73729..2a97dfc2 100644 --- a/src/templates/_macros/_menu.pug +++ b/src/templates/_macros/_menu.pug @@ -103,7 +103,7 @@ li(class="dropdown") li.nav-item-sign-in a.navbar-item(href="{{ url_for('users.login') }}") - | Log in + | Log in and Explore | {% endif %} | {% endmacro %}