Skip to content

Commit 0e43ba6

Browse files
authored
Update index.tsx
1 parent aa4addc commit 0e43ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TeamProfileCards/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function TeamProfileCard({
4242
linkedInUrl
4343
}: ProfileProps) {
4444
return (
45-
<div className={className}>
45+
<div className={`team-profile-card ${className}`}>
4646
<div className="card card--full-height">
4747
<div className="card__header">
4848
<div className="avatar avatar--vertical">

0 commit comments

Comments
 (0)