diff --git a/packages/nc-gui/components/general/SocialCard.vue b/packages/nc-gui/components/general/SocialCard.vue index 21b84d274e..da7872ba27 100644 --- a/packages/nc-gui/components/general/SocialCard.vue +++ b/packages/nc-gui/components/general/SocialCard.vue @@ -3,7 +3,7 @@ import { enumColor as colors } from '#imports' const { lang: currentLang } = useGlobal() -const isRtlLang = $computed(() => ['fa'].includes(currentLang.value)) +const isRtlLang = $computed(() => ['fa', 'ar'].includes(currentLang.value))