mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-20 07:10:40 -07:00
Add framer-motion dependency and update HistoryTable and ProfileCard components
- Added framer-motion version 12.29.0 to enhance animation capabilities. - Updated HistoryTable component headers for improved clarity and consistency. - Enhanced ProfileCard component styling for better visual integration.
This commit is contained in:
@@ -74,7 +74,7 @@ export function ProfileCard({ profile }: ProfileCardProps) {
|
||||
{profile.description || 'No description'}
|
||||
</p>
|
||||
<div className="mb-2">
|
||||
<Badge variant="outline" className="text-xs h-5 px-1.5">
|
||||
<Badge variant="outline" className="text-xs h-5 px-1.5 text-muted-foreground">
|
||||
{profile.language}
|
||||
</Badge>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user