Added space to file history header, removed allcaps

This commit is contained in:
Connor Yoh 2025-09-15 16:32:36 +01:00
parent b5ce46cc7a
commit 8fb5f54e9d
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ const FileHistoryGroup: React.FC<FileHistoryGroupProps> = ({
<Collapse in={isExpanded}>
<Box ml="md" mt="xs" mb="sm">
<Group align="center" mb="sm">
<Text size="xs" fw={600} c="dimmed" tt="uppercase">
<Text size="xs" fw={600} c="dimmed">
{t('fileManager.fileHistory', 'File History')} ({sortedHistory.length})
</Text>
</Group>