Skip to content

Commit

Permalink
maybe fixed "Osa" --> "Del"
Browse files Browse the repository at this point in the history
  • Loading branch information
tiikerikakku committed Jun 17, 2024
1 parent 6819e4d commit babaea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/ProgrammingExercise/ExerciseDescription.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ExerciseDescriptionWrapper = styled.div`
h3::before,
h4::before,
h5::before {
content: "Osa " counter(headingCounter) ": ";
content: "Del " counter(headingCounter) ": ";
counter-increment: headingCounter;
}
`
Expand Down

0 comments on commit babaea2

Please sign in to comment.