This commit is contained in:
2026-03-16 10:20:01 -04:00
parent c46dcb440d
commit 7c47f2d2eb
25 changed files with 2057 additions and 284 deletions

View File

@@ -13,7 +13,7 @@ export default function ActivityPage() {
render: (_: any, row: any) => (
<Link
to={`/documents/${row.document_id}`}
className="text-blue-600 dark:text-blue-400 hover:underline"
className="text-blue-600 hover:underline dark:text-blue-400"
>
{row.author || 'Unknown'} - {row.title || 'Unknown'}
</Link>