Add target blank to learn more
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<template #description>
|
||||
Guests are external collaborators. They can't create or add others to workspace
|
||||
projects. Read more about
|
||||
<NuxtLink :to="LearnMoreRolesSeatsUrl" class="underline">
|
||||
<NuxtLink :to="LearnMoreRolesSeatsUrl" class="underline" target="_blank">
|
||||
Speckle roles and seats.
|
||||
</NuxtLink>
|
||||
</template>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<template #description>
|
||||
Workspace members can have a viewer or editor seat. Admins must be editors. Read
|
||||
more about
|
||||
<NuxtLink :to="LearnMoreRolesSeatsUrl" class="underline">
|
||||
<NuxtLink :to="LearnMoreRolesSeatsUrl" class="underline" target="_blank">
|
||||
Speckle roles and seats.
|
||||
</NuxtLink>
|
||||
</template>
|
||||
|
||||
@@ -5,8 +5,8 @@ import {
|
||||
import { Roles } from '@speckle/shared'
|
||||
import { WorkspaceSeatType } from '~/lib/common/generated/gql/graphql'
|
||||
|
||||
export const LearnMoreRolesSeatsUrl =
|
||||
'https://speckle.guide/user/workspaces.html#roles-and-seats'
|
||||
// TODO: Add link when ready
|
||||
export const LearnMoreRolesSeatsUrl = 'https://speckle.guide/'
|
||||
|
||||
export const WorkspaceRoleDescriptions: Record<string, string> = {
|
||||
[Roles.Workspace.Admin]:
|
||||
|
||||
Reference in New Issue
Block a user