@appscode/design-system 2.2.24 → 2.2.25

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": "@appscode/design-system",
3
- "version": "2.2.24",
3
+ "version": "2.2.25",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -208,7 +208,7 @@ function handleIsActiveChange(isActive: string) {
208
208
  >
209
209
  </li>
210
210
  <li key="signout" @click="$emit('on-logout')">
211
- <a data-testid="user-logout-link" :href="`${accountsDomain}/user/logout`">
211
+ <a data-testid="user-logout-link" :href="`${accountsDomain}/accounts/user/logout`">
212
212
  <span class="icon">
213
213
  <HeroiconsPower />
214
214
  </span>