fix: strip project from url (not needed)

This commit is contained in:
cpacker
2025-10-27 14:41:34 -07:00
parent 9e484b7303
commit 8cc0464b48

View File

@@ -97,7 +97,7 @@ export function WelcomeScreen({
const getAgentLink = () => {
if (loadingState === "ready" && agentId) {
const url = `https://app.letta.com/projects/default-project/agents/${agentId}`;
const url = `https://app.letta.com/agents/${agentId}`;
if (isWide) {
return { text: url, url };
}