Skip to content

Commit db50324

Browse files
committed
Clients bg
1 parent 2eec669 commit db50324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AboutClientSingle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const AboutClientSingle = ({ clients }) => {
44
{clients.map((client) => (
55
<img
66
src={client.img}
7-
className="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer"
7+
className="w-64 py-5 px-10 border bg-secondary-light border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer"
88
alt={client.title}
99
/>
1010
))}

0 commit comments

Comments
 (0)