Skip to content

Commit b64b3e7

Browse files
authored
Merge pull request #15175 from JJOptimist/fix/time-to-read-label
Fix: Remove duplicate 'minute read' text in tutorial metadata
2 parents bd9f6c3 + 74a4067 commit b64b3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TutorialMetadata.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const TutorialMetadata = ({
7979
)}
8080
<div>
8181
<Emoji className="me-2 text-sm" text=":stopwatch:" />
82-
{timeToRead} {t("comp-tutorial-metadata-minute-read")} minute read
82+
{timeToRead} {t("comp-tutorial-metadata-minute-read")}
8383
</div>
8484
</Flex>
8585
{address && (

0 commit comments

Comments
 (0)