Skip to content

Commit

Permalink
Update CVCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
davidknoerzer committed Feb 14, 2024
1 parent ebaf281 commit d6c8a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/main/CVCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function CVCard({
}

return (
<div className="card bg-base-100 shadow-2xl break-inside-avoid">
<div className="card bg-base-200 shadow-2xl break-inside-avoid">
<div className="card-body">
<h2 className="card-title">{title}</h2>
<p>{organization}</p>
Expand Down

0 comments on commit d6c8a63

Please sign in to comment.