diff --git a/apps/web/app/(dash)/memories/content.tsx b/apps/web/app/(dash)/memories/content.tsx index 6b0b31b7..3cc207c0 100644 --- a/apps/web/app/(dash)/memories/content.tsx +++ b/apps/web/app/(dash)/memories/content.tsx @@ -126,7 +126,6 @@ function TabComponent({ title: string; description: string; }) { - // TODO: Display the space name and desription which is the number of elemenet in the space return (
@@ -165,10 +164,9 @@ function LinkComponent({ image?: string; description: string; }) { - // TODO: DISPLAY THE ITEM BASED ON `type` being note or page return ( {type === "page" ? ( @@ -177,7 +175,10 @@ function LinkComponent({ Page
{title}
-
{url}
+
+ {url.replace("https://beta.supermemory.ai", "").split("#")[0] ?? + "/"} +
) : type === "note" ? ( <>