diff --git a/packages/web/components/templates/library/LibraryContainer.tsx b/packages/web/components/templates/library/LibraryContainer.tsx index 5042f57b3..b6f16d409 100644 --- a/packages/web/components/templates/library/LibraryContainer.tsx +++ b/packages/web/components/templates/library/LibraryContainer.tsx @@ -830,7 +830,7 @@ export function LibraryContainer(props: LibraryContainerProps): JSX.Element { router.push(`${viewerData?.profile.username}/${item.node.slug}`) }} > - {item.node.title} + {item.cursor}: {item.node.title} ) })}