@appscode/design-system 2.2.30 → 2.2.31

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.30",
3
+ "version": "2.2.31",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -151,7 +151,7 @@ function handleIsActiveChange(isActive: string) {
151
151
  </a>
152
152
  </li>
153
153
  <li key="settings-platform" v-else>
154
- <NuxtLink v-if="user.isPersonalAccount" data-testid="user-settings-link" :to="`/user/settings/`">
154
+ <NuxtLink v-if="user.isPersonalAccount" data-testid="user-settings-link" :to="`/id/user/settings/`">
155
155
  <span class="icon">
156
156
  <HeroiconsCog6Tooth />
157
157
  </span>