diff --git a/src/components/ui/Link.tsx b/src/components/ui/Link.tsx index 533f68490dd..ec1df595401 100644 --- a/src/components/ui/Link.tsx +++ b/src/components/ui/Link.tsx @@ -50,7 +50,7 @@ export const BaseLink = forwardRef(function Link( ref ) { const { asPath } = useRouter() - const { flipForRtl } = useRtlFlip() + const { twFlipForRtl } = useRtlFlip() if (!href) { console.warn("Link component is missing href prop") @@ -102,9 +102,10 @@ export const BaseLink = forwardRef(function Link( (opens in a new tab) {!hideArrow && ( )}