mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-25 02:34:54 +01:00
wip: zen
This commit is contained in:
@@ -34,7 +34,7 @@ export const InviteEmail = ({
|
|||||||
workspaceName = "anomaly",
|
workspaceName = "anomaly",
|
||||||
assetsUrl = LOCAL_ASSETS_URL,
|
assetsUrl = LOCAL_ASSETS_URL,
|
||||||
}: InviteEmailProps) => {
|
}: InviteEmailProps) => {
|
||||||
const subject = `You were invited to the OpenCode Console`
|
const subject = `You've been invited to join the ${workspaceName} workspace on OpenCode Console`
|
||||||
const messagePlain = `${inviter} invited you to join the ${workspaceName} workspace (${workspaceID}).`
|
const messagePlain = `${inviter} invited you to join the ${workspaceName} workspace (${workspaceID}).`
|
||||||
const url = `${CONSOLE_URL}workspace/${workspaceID}`
|
const url = `${CONSOLE_URL}workspace/${workspaceID}`
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user