fix(client): space between years being top contributor (#54870)

This commit is contained in:
Huyen Nguyen
2024-05-20 05:10:35 -07:00
committed by GitHub
parent 91772e5b90
commit 3ea11603b6

View File

@@ -82,7 +82,7 @@ function Camper({
<h3>{t('profile.contributor')}</h3>
<p>
{t('profile.contributor-prolific', {
year: yearsTopContributor
year: yearsTopContributor.join(', ')
})}
</p>
</div>