We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6debf81 commit 85990dfCopy full SHA for 85990df
1 file changed
src/app/[locale]/components/HomePage.tsx
@@ -91,23 +91,23 @@ export default async function HomePage(): Promise<ReactElement> {
91
mt: 4,
92
}}
93
>
94
- {t('servingOver')}
+ {t('servingOver') + ' '}
95
<Box
96
component='span'
97
sx={{ fontSize: 30, color: 'primary.main', mx: 1 }}
98
itemProp='numberOfItems'
99
100
6000
101
</Box>
102
- {t('feeds')}
+ {' ' + t('feeds') + ' '}
103
104
105
106
itemProp='spatialCoverage'
107
108
109
110
- {t('countries')}
+ {' ' + t('countries')}
111
</Typography>
112
<SearchBox />
113
0 commit comments