chore: bump version to 3.0.3 in package.json and update dependencies in pnpm-lock.yaml and pnpm-workspace.yaml (#467)
This commit is contained in:
committed by
GitHub
parent
5dc5ee8f08
commit
cc3eb5c554
@@ -15,15 +15,14 @@ export default async function TranslationsPage() {
|
||||
|
||||
return (
|
||||
<Page style={'custom'}>
|
||||
<PageHeader
|
||||
displaySidebarTrigger={false}
|
||||
title={'Translations'}
|
||||
description={
|
||||
'Compare translations across different languages. Ensure consistency and accuracy in your translations.'
|
||||
}
|
||||
/>
|
||||
<PageBody>
|
||||
<PageHeader
|
||||
title={'Translations'}
|
||||
description={
|
||||
'Compare translations across different languages. Ensure consistency and accuracy in your translations.'
|
||||
}
|
||||
/>
|
||||
|
||||
<PageBody className={'py-4'}>
|
||||
<TranslationsComparison translations={translations} />
|
||||
</PageBody>
|
||||
</Page>
|
||||
|
||||
Reference in New Issue
Block a user