summaryrefslogtreecommitdiff
path: root/src/routes/account/account.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/account/account.tsx')
-rw-r--r--src/routes/account/account.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/account/account.tsx b/src/routes/account/account.tsx
index 8458285..8a04427 100644
--- a/src/routes/account/account.tsx
+++ b/src/routes/account/account.tsx
@@ -29,7 +29,7 @@ export default function Account() {
<span className="mx-1 field_name">Correo electrónico:</span> {email}
</div>
<div>
- <a type="button" className="button text-white hover:bg-blue-300 hover:text-gray focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 mr-2 mb-2 dark:bg-blue-600 dark:hover:bg-blue-700 focus:outline-none dark:focus:ring-blue-800" href="#">
+ <a type="button" className="button text-white hover:bg-blue-300 hover:text-gray focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 mr-2 mb-2 dark:bg-blue-600 dark:hover:bg-blue-700 focus:outline-none dark:focus:ring-blue-800" href="/account/edit">
Editar
</a>
</div>