more fixes ui
This commit is contained in:
@@ -296,7 +296,7 @@ export const createContentPageConfig = (
|
||||
sortable: true,
|
||||
sortField: 'word_count',
|
||||
width: '100px',
|
||||
align: 'right',
|
||||
align: 'center' as const,
|
||||
render: (value: number) => (
|
||||
<span className="font-mono text-sm text-gray-700 dark:text-gray-300">
|
||||
{value?.toLocaleString() || 0}
|
||||
|
||||
Reference in New Issue
Block a user