@ansiversa/components 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ansiversa/components",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -141,7 +141,7 @@ const userInitial =
141
141
  <span>Settings</span>
142
142
  </a>
143
143
 
144
- <form method="POST" action="https://www.ansiversa.com/logout">
144
+ <form method="POST" action="https://www.ansiversa.com/signout">
145
145
  <button
146
146
  type="submit"
147
147
  class="av-user-menu-item av-dropdown-item av-user-menu-item--danger"