diff --git a/apps/web/components/header.tsx b/apps/web/components/header.tsx
index 44bb1f74..1448588e 100644
--- a/apps/web/components/header.tsx
+++ b/apps/web/components/header.tsx
@@ -124,9 +124,11 @@ export function Header({ onAddMemory }: { onAddMemory?: () => void }) {
rel="noopener noreferrer"
>
{getCurrentChat()?.title && pathname.includes("/chat") ? (
-
-
-
{getCurrentChat()?.title}
+
+
+
+ {getCurrentChat()?.title}
+
) : (
<>
diff --git a/apps/web/components/masonry-memory-list.tsx b/apps/web/components/masonry-memory-list.tsx
index 0511a061..16cd65c9 100644
--- a/apps/web/components/masonry-memory-list.tsx
+++ b/apps/web/components/masonry-memory-list.tsx
@@ -214,14 +214,30 @@ export const MasonryMemoryList = ({