Merge branch 'main' into shadcn/fix-canonical-classes

This commit is contained in:
shadcn
2026-02-04 13:15:17 +04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ export function CardRtl() {
<Label htmlFor="password-rtl">{t.password}</Label>
<a
href="#"
className="ml-auto inline-block text-sm underline-offset-4 hover:underline"
className="ms-auto inline-block text-sm underline-offset-4 hover:underline"
>
{t.forgotPassword}
</a>

View File

@@ -93,7 +93,7 @@ export function CardRtl() {
<Label htmlFor="password-rtl">{t.password}</Label>
<a
href="#"
className="ml-auto inline-block text-sm underline-offset-4 hover:underline"
className="ms-auto inline-block text-sm underline-offset-4 hover:underline"
>
{t.forgotPassword}
</a>