Skip to content

Commit ce8fe8c

Browse files
committed
fix: increace time interval in carousel
1 parent 2b82133 commit ce8fe8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/landing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import BasicFeature from "../../components/sections/basic-feature.astro";
2525
ELIXIR Norway builds upon the Norwegian Bioinformatics Platform, which has
2626
provided support and tools for Norwegian life science research for over two decades.
2727
</div>
28-
<Carousel client:visible images={[
28+
<Carousel client:visible autoSlideInterval={8000} images={[
2929
{
3030
src: '/assets/slides/eosc-entrust.png',
3131
alt: 'EOSC-ENTRUST',

0 commit comments

Comments
 (0)