Skip to content

Commit 0e4d45d

Browse files
committed
Replace <hr/> with themed divider
1 parent cf9c1d3 commit 0e4d45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/pages/SetAssignments.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ export const SetAssignments = () => {
559559
: <>
560560
{isPhy && <h5>
561561
Use the <Link to={"/assignment_schedule"}>assignment schedule</Link> page to view assignments by start date and due date.
562-
<hr/>
562+
<div className="section-divider my-4"/>
563563
</h5>}
564564
{isAda && <>
565565
{boards && boards.totalResults > 0 && <h4>

0 commit comments

Comments
 (0)