Skip to content

Commit

Permalink
bring back caret
Browse files Browse the repository at this point in the history
  • Loading branch information
IgboPharaoh authored and Extheoisah committed Sep 17, 2023
1 parent 99d75e4 commit ef0f0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tables/QueueTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const QueueTable = () => {
type: "text-short",
modifier: (data) => (
<Text>
{`${calculateReadingTime(Number(data.contentTotalWords))}`}
{`~${calculateReadingTime(Number(data.contentTotalWords))}`}
</Text>
),
},
Expand Down

0 comments on commit ef0f0e8

Please sign in to comment.