Skip to content

Commit

Permalink
feat(ReferentielTabs): add Counter component
Browse files Browse the repository at this point in the history
  • Loading branch information
elisfainstein committed Jan 22, 2025
1 parent d34d9fc commit a4998f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ const ReferentielHeader = ({
{/**********************************/}

{referentiel && (
<div className="flex items-center gap-4">
<div className="flex items-center">
<div className="w-[80%]">
<ActionProgressBar
action={referentiel}
progressBarStyleOptions={{ fullWidth: true }}
/>
</div>
<Counter actionId={referentiel.id} />
<Counter actionId={referentiel.id} className="ml-auto" />
</div>
)}
</div>
Expand Down

0 comments on commit a4998f1

Please sign in to comment.