Replace portfolio link

This commit is contained in:
Hallaathrad
2016-03-26 12:08:05 -04:00
parent 87ef97f59e
commit 9853a54a9a
4 changed files with 17 additions and 7 deletions

View File

@@ -57,8 +57,8 @@ export class Lecture extends React.Component {
return transcript.map((line, index) => (
<p
className='lead text-left'
key={ dashedName + index }
dangerouslySetInnerHTML={{__html: line}} />
dangerouslySetInnerHTML={{__html: line}}
key={ dashedName + index } />
));
}