🐛 Fix 2.15 release notes crash on invalid slide index (#9805)

This commit is contained in:
Alejandro Alonso 2026-05-21 12:09:43 +02:00 committed by GitHub
parent 0d8785a0bd
commit f3053fc844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@
[:& c/navigation-bullets
{:slide slide
:navigate navigate
:total 4}]
:total 3}]
[:button {:on-click next
:class (stl/css :next-btn)} "Continue"]]]]]]
@ -118,7 +118,7 @@
[:& c/navigation-bullets
{:slide slide
:navigate navigate
:total 4}]
:total 3}]
[:button {:on-click next
:class (stl/css :next-btn)} "Continue"]]]]]]