@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
|
@@ -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/
|
|
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>
|