mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
fix: progres slide count
This commit is contained in:
@ -177,7 +177,7 @@ export const Carousel = () => {
|
||||
|
||||
<div className="absolute bottom-2 right-2 flex w-[5%] flex-col items-center space-y-1 rounded-lg bg-white p-1.5">
|
||||
<span className="text-foreground text-xs">
|
||||
{selectedIndex + 1}/{slides.length + 1}
|
||||
{selectedIndex + 1}/{slides.length}
|
||||
</span>
|
||||
<Progress value={progress} className="h-1" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user