mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-30 08:04:18 +00:00
Merge branch 'main' into shadcn/fix-canonical-classes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user