update: change user route to POST, update title, and adjust nav text colors
All checks were successful
Deploy To Dokku / deploy (push) Successful in 1m28s

This commit is contained in:
Ari Yeger
2025-08-19 11:18:15 -04:00
parent 983a9b5dd6
commit f3a465e6d7
4 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/src/assets/img/L10n.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>to-do-list-partner</title>
<title>To Do List Partner</title>
</head>
<body>
<div id="app"></div>