Skip to content

Commit

Permalink
docs: translate footer and sidebar title
Browse files Browse the repository at this point in the history
  • Loading branch information
eriansha committed Oct 21, 2023
1 parent b5cfffe commit 8493417
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export function Footer() {
Menambahkan Interaktivitas
</FooterLink>
<FooterLink href="/learn/managing-state">Mengelola State</FooterLink>
<FooterLink href="/learn/escape-hatches">Escape Hatches</FooterLink>
<FooterLink href="/learn/escape-hatches">Jalan Keluar</FooterLink>
</div>
<div className="flex flex-col">
<FooterLink href="/reference/react" isHeader={true}>
Expand Down
2 changes: 1 addition & 1 deletion src/sidebarHome.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"path": "/learn/managing-state"
},
{
"title": "Escape Hatches",
"title": "Jalan Keluar",
"path": "/learn/escape-hatches"
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/sidebarLearn.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
]
},
{
"title": "Escape Hatches",
"title": "Jalan Keluar",
"path": "/learn/escape-hatches",
"tags": ["advanced"],
"routes": [
Expand Down

0 comments on commit 8493417

Please sign in to comment.