mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-18 03:26:57 +02:00
fix(website): bad translate tags without default translation (#6485)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
0e13356e1b
commit
d791384986
2 changed files with 25 additions and 13 deletions
|
@ -224,7 +224,9 @@ export function StudentFellowsTeamRow(): JSX.Element {
|
|||
values={{
|
||||
websiteLink: (
|
||||
<Link href="https://developersam.com">
|
||||
<Translate id="team.profile.Anshul Goyal.body.websiteLink.label" />
|
||||
<Translate id="team.profile.Anshul Goyal.body.websiteLink.label">
|
||||
website
|
||||
</Translate>
|
||||
</Link>
|
||||
),
|
||||
samLangLink: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue