@ansiversa/components 0.0.13 → 0.0.15

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.15",
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"
@@ -149,7 +149,14 @@ const userInitial =
149
149
  >
150
150
  <span>Sign out</span>
151
151
  </button>
152
- </form>
152
+ </form> */}
153
+ <a
154
+ href="https://www.ansiversa.com/signout"
155
+ class="av-user-menu-item av-dropdown-item av-user-menu-item--danger"
156
+ role="menuitem"
157
+ >
158
+ <span>Sign out</span>
159
+ </a>
153
160
  </div>
154
161
  </div>
155
162
  </div>