diff options
Diffstat (limited to 'src/index.tsx')
-rw-r--r-- | src/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx index 9678beb..6646cf0 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -90,7 +90,7 @@ const App: React.FC = () => { primary </Button> </ContentSection> - <Markdown url='https://raw.githubusercontent.com/eug-vs/react-benzin/develop/README.md' /> + <Markdown url="https://raw.githubusercontent.com/eug-vs/react-benzin/develop/README.md" /> </div> </Window> <Window type="secondary" name="SmartList preview window"> |