mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-16 17:55:55 -05:00
fix: use valid Text variant 'small' instead of 'body-small'
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user