Skip to content

Commit

Permalink
fix navigation issue on english examples
Browse files Browse the repository at this point in the history
  • Loading branch information
neicore committed Oct 16, 2023
1 parent 8f9ec47 commit e6875ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/helpers/english-sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const englishSidebar: Sidebar = [
{
text: 'Examples',
items: [
{ text: 'User Input', link: '/ingizo-la-mtumiaji' },
{ text: 'Fibonacci', link: '/fibonacci' },
{ text: 'User Input', link: '/en/ingizo-la-mtumiaji' },
{ text: 'Fibonacci', link: '/en/fibonacci' },
{ text: 'Sorting Algorithm', link: '/en/kanuni-za-upangaji' },
{ text: 'Sudoku Solver', link: '/en/suluhisho-sudoku' },
],
Expand Down

0 comments on commit e6875ad

Please sign in to comment.