Skip to content

Commit

Permalink
feat: add title on the progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Apr 14, 2024
1 parent 01d99a6 commit 760d146
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const QueueStats = ({ queue }: IQueueStatsProps) => {
aria-valuemin={0}
aria-valuemax={total}
className={s[toCamelCase(status)]}
title={t(`QUEUE.STATUS.${status.toUpperCase()}`)}
>
{value}
</div>
Expand Down

0 comments on commit 760d146

Please sign in to comment.