1
0
mirror of synced 2025-12-23 21:07:12 -05:00

add underline to categories in all docs section (#24818)

This commit is contained in:
Rachael Sewell
2022-01-31 10:22:49 -08:00
committed by GitHub
parent 660124df23
commit 845de4f29d

View File

@@ -35,7 +35,7 @@ const ProductTreeNodeList = ({ treeNode }: { treeNode: ProductTreeNode }) => {
return (
<div className="col-12 col-lg-4 mb-6 height-full">
<h3 className="mb-3 f4">
<Link className="color-unset" href={treeNode.href}>
<Link className="color-unset text-underline" href={treeNode.href}>
{treeNode.renderedFullTitle}
</Link>
</h3>