diff options
Diffstat (limited to 'src/index.tsx')
-rw-r--r-- | src/index.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/index.tsx b/src/index.tsx index cba71b6..9678beb 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -28,8 +28,6 @@ const useStyles = makeStyles(theme => ({ })); -const data = "# Getting started\n## Installation \nGo and install it \n# Development\nMore info on dev"; - const Icon = <img src={icon} width="32px" height="37px" alt="logo"/> const headerContents = { @@ -92,7 +90,7 @@ const App: React.FC = () => { primary </Button> </ContentSection> - <Markdown data={data} /> + <Markdown url='https://raw.githubusercontent.com/eug-vs/react-benzin/develop/README.md' /> </div> </Window> <Window type="secondary" name="SmartList preview window"> |