fix linking to stylesheet for iframe
This commit is contained in:
parent
719042e41b
commit
44b41072c1
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class IDEView extends React.Component {
|
|||
<PreviewFrame
|
||||
content={this.props.file.content}
|
||||
head={
|
||||
<link type='text/css' rel='stylesheet' href='preview-styles.css' />
|
||||
<link type='text/css' rel='stylesheet' href='/preview-styles.css' />
|
||||
}
|
||||
isPlaying={this.props.ide.isPlaying}/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue