References -> Referenced by

Less ambiguous as to the backlink direction
This commit is contained in:
Tom Moor
2020-09-08 18:44:19 -07:00
committed by GitHub
parent 4b2a766357
commit be2e46b5d2

View File

@ -47,7 +47,7 @@ class References extends React.Component<Props> {
)} )}
{showBacklinks && ( {showBacklinks && (
<Tab to="#backlinks" isActive={() => isBacklinksTab}> <Tab to="#backlinks" isActive={() => isBacklinksTab}>
References Referenced by
</Tab> </Tab>
)} )}
</Tabs> </Tabs>