feat(editor): ✨ Team workspaces
This commit is contained in:
@ -335,9 +335,8 @@ export const invitationToCollaborate = (
|
||||
color: #000000;
|
||||
"
|
||||
>
|
||||
From now on you will see this
|
||||
typebot in your dashboard under
|
||||
the "Shared with me" button 👍
|
||||
From now on you will have access to this
|
||||
typebot in their workspace 👍
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -435,3 +435,19 @@ export const MouseIcon = (props: IconProps) => (
|
||||
/>
|
||||
</Icon>
|
||||
)
|
||||
|
||||
export const HardDriveIcon = (props: IconProps) => (
|
||||
<Icon viewBox="0 0 24 24" {...featherIconsBaseProps} {...props}>
|
||||
<line x1="22" y1="12" x2="2" y2="12"></line>
|
||||
<path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path>
|
||||
<line x1="6" y1="16" x2="6.01" y2="16"></line>
|
||||
<line x1="10" y1="16" x2="10.01" y2="16"></line>
|
||||
</Icon>
|
||||
)
|
||||
|
||||
export const CreditCardIcon = (props: IconProps) => (
|
||||
<Icon viewBox="0 0 24 24" {...featherIconsBaseProps} {...props}>
|
||||
<rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect>
|
||||
<line x1="1" y1="10" x2="23" y2="10"></line>
|
||||
</Icon>
|
||||
)
|
||||
|
Reference in New Issue
Block a user