fixed bugs
This commit is contained in:
parent
5abe47681b
commit
5ce7feb651
@ -144,7 +144,7 @@ export default function TrustedBy() {
|
|||||||
{renderedLogos.length > 0 && (
|
{renderedLogos.length > 0 && (
|
||||||
<div className="relative max-w-6xl mx-auto px-4">
|
<div className="relative max-w-6xl mx-auto px-4">
|
||||||
<div className="relative rounded-3xl border border-gray-300 px-4 md:px-8 py-6 md:py-8 shadow-sm bg-white overflow-hidden">
|
<div className="relative rounded-3xl border border-gray-300 px-4 md:px-8 py-6 md:py-8 shadow-sm bg-white overflow-hidden">
|
||||||
{renderedLogos.length > 2 ? (
|
{renderedLogos.length > 3 ? (
|
||||||
<motion.div
|
<motion.div
|
||||||
className="flex items-center gap-8 md:gap-10"
|
className="flex items-center gap-8 md:gap-10"
|
||||||
animate={{ x: ["0%", "-50%"] }}
|
animate={{ x: ["0%", "-50%"] }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user