Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add title-3 to owner category
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Dye <bdye@lyft.com>
B-T-D committed Sep 24, 2024
1 parent 0f9dff9 commit 0eca378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -249,7 +249,7 @@ export class OwnerEditor extends React.Component<
<ul className="component-list">
{section ? (
<div>
<span>{section.label}</span>
<span className="title-3">{section.label}</span>
<InfoButton infoText={section.definition} />
</div>
) : null}

0 comments on commit 0eca378

Please sign in to comment.