From 318e75d31d3bd64ef7b1b199a45e8c7768c33302 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 19 Dec 2017 08:25:01 -0500 Subject: [PATCH] Update the styles for the logout and logged in as button. Remove the hand cursor for non link button. --- views/front/registrations/accountHeader.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/views/front/registrations/accountHeader.html b/views/front/registrations/accountHeader.html index 4b46d1a..1aa339f 100644 --- a/views/front/registrations/accountHeader.html +++ b/views/front/registrations/accountHeader.html @@ -69,8 +69,10 @@
{if $loggedIn} - Logged in as {$loggedIn.fname} {$loggedIn.lname} - Logout + + Logout + + Logged in as {$loggedIn.fname} {$loggedIn.lname} {else} Login -- 2.17.1