Skip to content

Commit 7ca29a5

Browse files
committed
fix(test): add appropriate selector to check for stats content
1 parent 4f3c640 commit 7ca29a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/landingPage/sections/StatsSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function StatsSection() {
3535
A community geared towards holistic results{" "}
3636
</h3>
3737

38-
<div className="w-full flex flex-col gap-6 p-2">
38+
<div className="w-full flex flex-col gap-6 p-2 stats-card">
3939
<div className="flex items-center flex-wrap md:flex-nowrap gap-4">
4040
<div className="w-full flex-center flex-col gap-5">
4141
<img src={teams} alt="teams" className="size-10 object-contain" />

0 commit comments

Comments
 (0)