Merge branch 'documenso:feat/refresh' into feat/refresh

This commit is contained in:
Aditya Deshlahre
2023-10-05 15:19:42 +05:30
committed by GitHub
3 changed files with 7 additions and 9 deletions

View File

@ -97,10 +97,7 @@ export const DocumentFlowFormContainerStep = ({
return (
<div>
<p className="text-muted-foreground text-sm">
{title}{' '}
<span>
({step}/{maxStep})
</span>
Step <span>{`${step} of ${maxStep}`}</span>
</p>
<div className="bg-muted relative mt-4 h-[2px] rounded-md">