@appscode/design-system 2.2.33 → 2.2.34

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.33",
3
+ "version": "2.2.34",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -151,13 +151,13 @@ 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="`/id/user/settings/`">
154
+ <NuxtLink v-if="user.isPersonalAccount" data-testid="user-settings-link" to="/user/settings/">
155
155
  <span class="icon">
156
156
  <HeroiconsCog6Tooth />
157
157
  </span>
158
158
  <span>Settings</span>
159
159
  </NuxtLink>
160
- <NuxtLink v-else data-testid="user-settings-link" :to="`/id/${user.username}/settings`">
160
+ <NuxtLink v-else data-testid="user-settings-link" :to="`/${user.username}/settings`">
161
161
  <span class="icon"> <HeroiconsCog6Tooth /> </span><span>Settings</span>
162
162
  </NuxtLink>
163
163
  </li>