1
0
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

Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
Hung-Han (Henry) Chen 2021-09-06 16:13:31 +03:00
parent fab2bd8c39
commit ae3d233c34
No known key found for this signature in database
GPG Key ID: 54B44603D251B788

View File

@ -68,6 +68,7 @@ export class Welcome extends React.Component {
color: "var(--iconActiveColor)"
}
}}
interval={8000}
>
{welcomeBanner.map((item, index) =>
<item.Banner key={index} />