From a3dfba0eb4276ac684d86ff21e30aefada902eba Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Thu, 13 Apr 2023 11:03:00 -0600 Subject: [PATCH] Update theme.config.tsx --- theme.config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.config.tsx b/theme.config.tsx index 699942b..eee34d3 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -20,7 +20,7 @@ const config: DocsThemeConfig = { { locale: 'zh', text: '中文' }, { locale: 'jp', text: '日本語'}, { locale: 'pt', text: 'Português' }, - { locale: 'it': text: 'Italian' }, + { locale: 'it', text: 'Italian' }, { locale: 'tr', text: 'Türkçe' }, ], head: function UseHead() {