diff options
Diffstat (limited to 'src')
-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 3f312bb..aa786ac 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -33,7 +33,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, @@ -41,8 +41,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', }; |