diff options
| author | bob <bcz@cs.brown.edu> | 2020-03-03 18:14:37 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-03-03 18:14:37 -0500 |
| commit | ef58bdb2f6e9bffe377239d77b3360ed8b3132a1 (patch) | |
| tree | f6eabc8aef3c4e0586507e466674e4515f5d724d /src/client/views/RecommendationsBox.tsx | |
| parent | fcbef60fdd7edbff63ad190f500f7b67a6dafa71 (diff) | |
a bunch of small fixes to link naming and fixes to audio links.
Diffstat (limited to 'src/client/views/RecommendationsBox.tsx')
| -rw-r--r-- | src/client/views/RecommendationsBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/RecommendationsBox.tsx b/src/client/views/RecommendationsBox.tsx index 0e3cfd729..262226bac 100644 --- a/src/client/views/RecommendationsBox.tsx +++ b/src/client/views/RecommendationsBox.tsx @@ -167,7 +167,7 @@ export class RecommendationsBox extends React.Component<FieldViewProps> { <div style={{ marginRight: 50 }} onClick={() => DocumentManager.Instance.jumpToDocument(doc, false)}> <FontAwesomeIcon className="documentdecorations-icon" icon={"bullseye"} size="sm" /> </div> - <div style={{ marginRight: 50 }} onClick={() => DocUtils.MakeLink({ doc: this.props.Document.sourceDoc as Doc }, { doc: doc }, "User Selected Link", "Generated from Recommender", undefined)}> + <div style={{ marginRight: 50 }} onClick={() => DocUtils.MakeLink({ doc: this.props.Document.sourceDoc as Doc }, { doc: doc }, "Recommender", undefined)}> <FontAwesomeIcon className="documentdecorations-icon" icon={"link"} size="sm" /> </div> </div> |
