Skip to content

Commit

Permalink
fix(Breadcrumb): handle divider in rtl (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadM1998 committed Dec 4, 2023
1 parent 4d72a75 commit e53cdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/ui.config/navigation/breadcrumb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export default {
active: 'text-primary-500 dark:text-primary-400',
inactive: ' hover:text-gray-700 dark:hover:text-gray-200',
default: {
divider: 'i-heroicons-chevron-right-20-solid'
divider: 'i-heroicons-chevron-right-20-solid rtl:i-heroicons-chevron-left-20-solid'
}
}

1 comment on commit e53cdea

@vercel
Copy link

@vercel vercel bot commented on e53cdea Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxt-js.vercel.app
ui-nuxt-js.vercel.app
ui.nuxt.com

Please sign in to comment.