Skip to content

Commit

Permalink
[Fix] Use correct external link
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Nov 30, 2021
1 parent d1a27b0 commit c03bae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Question.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export default class Question extends React.Component {
if (showIcon) {
return (
<div className={iconClassname}>
<LinkIcon url={Constants.SOURCE}/>
<LinkIcon url={question[Constants.SOURCE]}/>
</div>
);
}
Expand Down

0 comments on commit c03bae9

Please sign in to comment.