We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4addc commit 0e43ba6Copy full SHA for 0e43ba6
src/components/TeamProfileCards/index.tsx
@@ -42,7 +42,7 @@ function TeamProfileCard({
42
linkedInUrl
43
}: ProfileProps) {
44
return (
45
- <div className={className}>
+ <div className={`team-profile-card ${className}`}>
46
<div className="card card--full-height">
47
<div className="card__header">
48
<div className="avatar avatar--vertical">
0 commit comments