mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Slow down the carousel (default is 4000 ms (#3742)
This commit is contained in:
parent
fab2bd8c39
commit
995cdac328
@ -68,6 +68,7 @@ export class Welcome extends React.Component {
|
|||||||
color: "var(--iconActiveColor)"
|
color: "var(--iconActiveColor)"
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
interval={8000}
|
||||||
>
|
>
|
||||||
{welcomeBanner.map((item, index) =>
|
{welcomeBanner.map((item, index) =>
|
||||||
<item.Banner key={index} />
|
<item.Banner key={index} />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user