Add target blank to learn more

This commit is contained in:
andrewwallacespeckle
2025-03-20 10:57:46 +00:00
parent 3f3a821cde
commit 692806bdec
3 changed files with 4 additions and 4 deletions
@@ -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]: