code refactoring

fixed bad escape in i18n.yaml
This commit is contained in:
2024-08-19 10:25:25 +02:00
parent b7511eb064
commit a64798644a
4 changed files with 11 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ const Footer: React.FC = () => {
display: 'flex', gap: 1, justifyContent: 'space-between'
}}>
<div style={{ display: 'flex', gap: 4, alignItems: 'center' }}>
<Chip label="RPC v3.1.0" variant="outlined" size="small" />
<Chip label="RPC v3.1.2" variant="outlined" size="small" />
<VersionIndicator />
</div>
<div style={{ display: 'flex', gap: 4, 'alignItems': 'center' }}>