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 2eec669 commit db50324Copy full SHA for db50324
src/components/AboutClientSingle.js
@@ -4,7 +4,7 @@ const AboutClientSingle = ({ clients }) => {
4
{clients.map((client) => (
5
<img
6
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"
+ 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"
8
alt={client.title}
9
/>
10
))}
0 commit comments