feat(ui): update RTL style (#592)

This commit is contained in:
Chris 2022-12-28 22:05:33 +08:00 committed by GitHub
parent 0501b98a2b
commit 73cec49cf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ if (props.command) {
</p>
</div>
</div>
<div i-ri:arrow-right-s-line text-xl text-secondary-light />
<div i-ri:arrow-right-s-line rtl-i-ri:arrow-left-s-line text-xl text-secondary-light />
</div>
</NuxtLink>
</template>