chore: fix issue with rerendering and links (#72)

Co-authored-by: Shubham Naik <shub@memgpt.ai>
This commit is contained in:
Shubham Naik
2025-11-05 16:35:03 -08:00
committed by GitHub
parent 63c06f1f5f
commit cc73396e7a

View File

@@ -498,9 +498,7 @@ export function Input({
) : (
<Text dimColor>Press / for commands or @ for files</Text>
)}
<Link url="https://discord.gg/letta">
<Text dimColor>Discord</Text>
</Link>
<Text dimColor>https://discord.gg/letta</Text>
</Box>
</Box>
</Box>