diff --git a/src/App.vue b/src/App.vue index a9f4cbda..51fe3832 100644 --- a/src/App.vue +++ b/src/App.vue @@ -55,6 +55,7 @@ export default { }, dir() { + // TODO: find out all rtl languages and store in const return this.settings && this.settings.language === 'ar' ? 'rtl' : 'ltr'; diff --git a/src/components/GameCards/GameCardDefault.vue b/src/components/GameCards/GameCardDefault.vue index 2369e351..09d72eec 100644 --- a/src/components/GameCards/GameCardDefault.vue +++ b/src/components/GameCards/GameCardDefault.vue @@ -17,9 +17,11 @@ v-if="showCompletedBadge" /> +