Replace portfolio link
This commit is contained in:
@@ -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 } />
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user