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:
Jamie Pine
2026-01-25 17:19:46 -08:00
parent a1b0f268c9
commit a0302c095e
4 changed files with 19 additions and 18 deletions
@@ -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>