Skip to content

Commit

Permalink
fix: make heading stand out more visually
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jun 17, 2022
1 parent d46b62a commit 4f3b7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdvancedControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function AdvancedControls({
</div>
<Collapse isOpen={isOpen}>
<Container fluid className="p-0">
<div>Filter By Project Type:</div>
<b>Filter By Project Type:</b>
<Row className="mb-2">
<Col>
{showProjectTypeHeaders ? (
Expand Down

0 comments on commit 4f3b7f3

Please sign in to comment.