mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-12 23:01:07 +00:00
fixes for issue #168
This commit is contained in:
parent
417872c936
commit
e3a764d06f
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ function LinkComponent({
|
|||
<div className="text-lg text-[#fff] mt-4 line-clamp-2">
|
||||
{title.replace(/(<---chunkId: .*?\n.*?\n---->)/g, "")}
|
||||
</div>
|
||||
<div>
|
||||
<div className="overflow-hidden text-ellipsis whitespace-nowrap">
|
||||
{url.replace("https://supermemory.ai", "").split("#")[0] ?? "/"}
|
||||
</div>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue