Fixed some text
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m10s

This commit is contained in:
Atridad Lahiji 2025-01-27 00:06:24 -06:00
parent 72e7a8fd6e
commit 5a4079bc1f
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "pdsmanager", "name": "pdsmanager",
"type": "module", "type": "module",
"version": "0.2.1", "version": "0.2.2",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build",

View file

@ -537,7 +537,7 @@ export default function UserList() {
className="btn btn-sm btn-primary" className="btn btn-sm btn-primary"
disabled={loading} disabled={loading}
> >
Edit Edit Handle
</button> </button>
<button <button
onClick={() => setDeleteConfirmation({ show: true, user })} onClick={() => setDeleteConfirmation({ show: true, user })}