mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 01:19:24 +00:00
Added space to file history header, removed allcaps
This commit is contained in:
parent
b5ce46cc7a
commit
8fb5f54e9d
@ -38,7 +38,7 @@ const FileHistoryGroup: React.FC<FileHistoryGroupProps> = ({
|
|||||||
<Collapse in={isExpanded}>
|
<Collapse in={isExpanded}>
|
||||||
<Box ml="md" mt="xs" mb="sm">
|
<Box ml="md" mt="xs" mb="sm">
|
||||||
<Group align="center" 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})
|
{t('fileManager.fileHistory', 'File History')} ({sortedHistory.length})
|
||||||
</Text>
|
</Text>
|
||||||
</Group>
|
</Group>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user