mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Ticker Solved
This commit is contained in:
@@ -40,7 +40,7 @@ const M: FC<Props> = ({
|
||||
|
||||
return (
|
||||
<div className={rootClassName}>
|
||||
<Ticker>
|
||||
<Ticker offset={80}>
|
||||
{({ index }) => (
|
||||
<div className={s.container}>
|
||||
{items.map((p: any, i: any) => (
|
||||
|
Reference in New Issue
Block a user