style: Update subsection title to be greyed out if unavailable (#574)

AA-932
This commit is contained in:
Dillon Dumesnil
2021-08-03 05:36:32 -07:00
committed by GitHub
parent 56ea6d46d4
commit 149ca245fd

View File

@@ -64,7 +64,7 @@ function SubsectionTitleCell({ intl, subsection }) {
{displayName}
</a>
) : (
<span className="small">{displayName}</span>
<span className="greyed-out small">{displayName}</span>
)}
</span>
</Row>