diff options
author | eug-vs <eug-vs@keemail.me> | 2021-01-07 15:26:02 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-01-07 15:26:02 +0300 |
commit | bc288a43c90ab830019bf077d72081fade76c06e (patch) | |
tree | 4eaafa2daa5b42f0607b23c2c635b54b9b7ddb23 | |
parent | afa7e4abe02959798665949193d832907d97153a (diff) | |
download | react-benzin-bc288a43c90ab830019bf077d72081fade76c06e.tar.gz |
feat: add dotfiles instead of spacevim tab
-rw-r--r-- | src/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.tsx b/src/index.tsx index 63f7938..2ebe975 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -32,7 +32,7 @@ const Icon = <img src={icon} width="32px" height="37px" alt="logo" />; const headerContents = { home: null, - spacevim: null, + dotfiles: null, 'material-ui': null, custom: null, 'live preview': null, @@ -40,8 +40,8 @@ const headerContents = { const pageMap: Record<string, string> = { home: 'https://raw.githubusercontent.com/eug-vs/react-benzin/develop/README.md', - spacevim: 'https://raw.githubusercontent.com/spacevim/spacevim/master/README.md', 'material-ui': 'https://raw.githubusercontent.com/mui-org/material-ui/master/README.md', + dotfiles: 'https://raw.githubusercontent.com/eug-vs/dotfiles/master/.github/README.md', }; |