Skip to content

Commit

Permalink
fix: removed redundant text [#14248]
Browse files Browse the repository at this point in the history
  • Loading branch information
alaka03aj committed Nov 12, 2024
1 parent 6bcd149 commit 4064375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TutorialMetadata.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const TutorialMetadata = ({
)}
<Box>
<Emoji className="me-2 text-sm" text=":stopwatch:" />
{timeToRead} {t("comp-tutorial-metadata-minute-read")} minute read
{timeToRead} {t("comp-tutorial-metadata-minute-read")}
</Box>
</HStack>
<HStack
Expand Down

0 comments on commit 4064375

Please sign in to comment.