Website: Fix the GitHub name and improve the grammar in Brazilian Portuguese (#1138)

This commit is contained in:
igor
2023-11-14 00:08:41 -03:00
committed by GitHub
parent c13040a0ea
commit 9223558197
14 changed files with 44 additions and 44 deletions

View File

@@ -36,7 +36,7 @@ export default defineConfig({
function nav() {
return [
{ text: 'Petunjuk', link: '/id_ID/guide/what-is-kernelsu' },
{ text: 'Github', link: 'https://github.com/tiann/KernelSU' }
{ text: 'GitHub', link: 'https://github.com/tiann/KernelSU' }
]
}