Skip to content

Commit 433dbc5

Browse files
ci-botyann300
authored andcommitted
fix tooltip
1 parent d6d2f4f commit 433dbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/learneth/src/pages/Home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function HomePage(): JSX.Element {
184184
<Antenna level={r.levelNum} />
185185
<span className="small fw-medium text-body-emphasis">{r.levelText}</span>
186186
{completedTutorials[r.id] && (
187-
<span className="badge bg-success ms-2">Finished</span>
187+
<i className="text-success ms-2 fas fa-check"></i>
188188
)}
189189
</div>
190190
<MetaRight stepsLen={r.stepsLen} duration={r.duration} />

0 commit comments

Comments
 (0)