Skip to content

Commit 85990df

Browse files
committed
homepage text adjustment
1 parent 6debf81 commit 85990df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/[locale]/components/HomePage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,23 +91,23 @@ export default async function HomePage(): Promise<ReactElement> {
9191
mt: 4,
9292
}}
9393
>
94-
{t('servingOver')}
94+
{t('servingOver') + ' '}
9595
<Box
9696
component='span'
9797
sx={{ fontSize: 30, color: 'primary.main', mx: 1 }}
9898
itemProp='numberOfItems'
9999
>
100100
6000
101101
</Box>
102-
{t('feeds')}
102+
{' ' + t('feeds') + ' '}
103103
<Box
104104
component='span'
105105
sx={{ fontSize: 30, color: 'primary.main', mx: 1 }}
106106
itemProp='spatialCoverage'
107107
>
108108
99
109109
</Box>
110-
{t('countries')}
110+
{' ' + t('countries')}
111111
</Typography>
112112
<SearchBox />
113113
<Box

0 commit comments

Comments
 (0)