From ca06c4d4dd93962765cbadc30e4540538982c963 Mon Sep 17 00:00:00 2001 From: jm1021 Date: Sat, 19 Oct 2024 05:41:10 -0700 Subject: [PATCH] basic layout --- _includes/nav/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/nav/home.html b/_includes/nav/home.html index d49e21c7..3d2e08e9 100644 --- a/_includes/nav/home.html +++ b/_includes/nav/home.html @@ -6,7 +6,7 @@ Orchestra CompSci Panera - Login + Profile @@ -31,7 +31,7 @@ `; } else { // User is not authenticated, then "Login" link is shown - loginArea.innerHTML = 'Login'; + loginArea.innerHTML = 'Profile'; } }) .catch(err => { // General error handler