mirror of
https://github.com/documenso/documenso.git
synced 2026-07-26 01:45:08 +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">
|
<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">
|
<span className="text-foreground text-xs">
|
||||||
{selectedIndex + 1}/{slides.length + 1}
|
{selectedIndex + 1}/{slides.length}
|
||||||
</span>
|
</span>
|
||||||
<Progress value={progress} className="h-1" />
|
<Progress value={progress} className="h-1" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user