fix: use valid Text variant 'small' instead of 'body-small'

This commit is contained in:
Bentlybro
2026-02-16 12:26:29 +00:00
parent 1f9a8489f7
commit 17480d647c

View File

@@ -19,7 +19,7 @@ export function ExpiredLinkMessage({ onRequestNewLink }: Props) {
Request a New Link
</Button>
<div className="flex items-center gap-1">
<Text variant="body-small" className="text-muted-foreground">
<Text variant="small" className="text-muted-foreground">
Already have access?
</Text>
<Link href="/login" variant="secondary">