possible fix for bash
This commit is contained in:
parent
09633d37cf
commit
2154c9f424
99 changed files with 3 additions and 3 deletions
Before Width: | Height: | Size: 550 B After Width: | Height: | Size: 550 B |
Before Width: | Height: | Size: 462 KiB After Width: | Height: | Size: 462 KiB |
Before Width: | Height: | Size: 329 KiB After Width: | Height: | Size: 329 KiB |
|
@ -2,9 +2,9 @@
|
|||
import React from "react";
|
||||
import ReactDom from "react-dom";
|
||||
|
||||
class Bash extends React.Component {
|
||||
class Main extends React.Component {
|
||||
render() {
|
||||
const bashSlidesPath = "/bash/index.html";
|
||||
const bashSlidesPath = "/bash_slides/index.html";
|
||||
return (
|
||||
<iframe
|
||||
src={bashSlidesPath}
|
||||
|
@ -14,4 +14,4 @@ class Bash extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
export default Bash;
|
||||
export default Main;
|
||||
|
|
Loading…
Reference in a new issue