diff src/index.html.luan @ 17:19901d6fb56f

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 30 Jul 2025 15:01:31 -0600
parents 49e9138b5460
children 5bbb89d75199
line wrap: on
line diff
--- a/src/index.html.luan	Wed Jul 30 10:38:27 2025 -0600
+++ b/src/index.html.luan	Wed Jul 30 15:01:31 2025 -0600
@@ -25,7 +25,7 @@
 <%	if user == nil then %>
 				<p><a href="login.html">Register / Login</a> to use this.</p>
 <%	else %>
-				<p><a href="list.html">See your chats</a></p>
+				<p><a href="chats.html">See your chats</a></p>
 <%	end %>
 			<p>More later...</p>
 		</div>