mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Add en translation file for about page
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user