footers
This commit is contained in:
parent
5650d3b954
commit
7dc7c9720b
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ function LogosSection({ isDark }: { isDark: boolean }) {
|
||||||
|
|
||||||
{/* Marquee track */}
|
{/* Marquee track */}
|
||||||
<div style={{ overflow: 'hidden', width: '100%' }}>
|
<div style={{ overflow: 'hidden', width: '100%' }}>
|
||||||
<div style={{ display: 'flex', width: 'max-content', animation: 'marquee 25s linear infinite' }}>
|
<div style={{ display: 'flex', width: 'max-content', animation: 'marquee 35s linear infinite' }}>
|
||||||
{[...LOGOS, ...LOGOS, ...LOGOS, ...LOGOS].map((l, i) => (
|
{[...LOGOS, ...LOGOS, ...LOGOS, ...LOGOS].map((l, i) => (
|
||||||
<img
|
<img
|
||||||
key={i}
|
key={i}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue