Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: replaced detailed grades html tag
  • Loading branch information
vladislavkeblysh authored and filippovskii09 committed Oct 25, 2025
commit 45487692bdc2ba2db5a581d8bc9ab4c12a0f122d
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const DetailedGradesTable = () => {
itemCount={detailedGradesData.length}
columns={[
{
Header: chapter.displayName,
Header: <h4 className="m-0">{chapter.displayName}</h4>,
accessor: 'subsectionTitle',
headerClassName: 'h5 mb-0',
cellClassName: 'mw-100',
Expand Down