Add en translation file for about page

This commit is contained in:
Daniele Pancottini
2022-12-22 09:48:47 +01:00
parent ef8bb5914e
commit 7fb332ad94
11 changed files with 295 additions and 111 deletions

View File

@@ -82,7 +82,7 @@ export default function ProductCardRoom(props: {
<Stack mt={6} align={'center'}>
<Divider borderColor={'blackAlpha.600'} />
{historicDescription.split('\n').map((line, index) => (
{historicDescription.split('\n').map((line: any, index: any) => (
<Text
key={index}
padding={0}