Skip to content

Commit

Permalink
Links: Import as New/Over #356
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Jan 22, 2024
1 parent 911c46e commit a4d89c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/apps/link/ViewChatLink.tsx
Expand Up @@ -164,7 +164,9 @@ export function ViewChatLink(props: { conversation: DConversation, storedAt: Dat
boxShadow: 'md',
}}
>
Clone on {Brand.Title.Base}
{hasExistingChat
? `Import as New on ${Brand.Title.Base}`
: `Import on ${Brand.Title.Base}`}
</Button>

{hasExistingChat && (
Expand All @@ -175,7 +177,7 @@ export function ViewChatLink(props: { conversation: DConversation, storedAt: Dat
endDecorator={<TelegramIcon />}
onClick={() => handleClone(true)}
>
Replace Existing
Import Over
</Button>
</Tooltip>
)}
Expand Down

0 comments on commit a4d89c9

Please sign in to comment.