From ce82e4ea3d6119358b802bd70d985cb4084f194b Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 11 Mar 2024 11:52:21 -0500 Subject: [PATCH] Website: Update mobile nav CTA (#17530) Closes: #17520 Changes: - Updated a CTA in the mobile website navigation menu --- website/views/layouts/layout.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/views/layouts/layout.ejs b/website/views/layouts/layout.ejs index 80440b157f..a07975a279 100644 --- a/website/views/layouts/layout.ejs +++ b/website/views/layouts/layout.ejs @@ -211,7 +211,7 @@
Log out <% }%> - Try it out + Talk to us <%/* Desktop Navigation bar */%> @@ -259,7 +259,7 @@ - Talk to us + Talk to us <% if(_.has(me, 'id')) {%> Log out <% }%>