We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7256226 commit 74add36Copy full SHA for 74add36
themes/fukasawa/components/Catalog.js
@@ -72,6 +72,7 @@ const Catalog = ({ toc }) => {
72
>
73
<span style={{ display: 'inline-block', marginLeft: tocItem.indentLevel * 16 }}
74
className={`${activeSection === id && ' font-bold text-red-400 underline'}`}
75
+ title={tocItem.text}
76
77
{tocItem.text}
78
</span>
0 commit comments