Skip to content

Commit 016b48b

Browse files
author
Ahmed Awaad
committed
fix: update layoutDirection prop in FourTabsRTL to use 'rtl'
1 parent fa618ac commit 016b48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const UnlabeledTabs = () => {
7474
return <LabeledTabs showLabels={false} />;
7575
};
7676
const FourTabsRightToLeft = () => {
77-
return <FourTabsRTL layoutDirection={'locale'} />;
77+
return <FourTabsRTL layoutDirection={'rtl'} />;
7878
};
7979

8080
const examples = [

0 commit comments

Comments
 (0)