From 1ac12b703e6037d0f4592efa526f6f3b43f98418 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelbaset Date: Thu, 28 Sep 2023 12:59:13 +0300 Subject: [PATCH] Update siteConfig.js --- src/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/siteConfig.js b/src/siteConfig.js index 0ada6b934..a418908b5 100644 --- a/src/siteConfig.js +++ b/src/siteConfig.js @@ -7,7 +7,7 @@ exports.siteConfig = { // Translations should replace these lines: languageCode: 'en', hasLegacySite: true, - isRTL: false, + isRTL: true, // -------------------------------------- copyright: `Copyright © ${new Date().getFullYear()} Facebook Inc. All Rights Reserved.`, repoUrl: 'https://github.com/facebook/react',