From bc288a43c90ab830019bf077d72081fade76c06e Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 7 Jan 2021 15:26:02 +0300 Subject: feat: add dotfiles instead of spacevim tab --- src/index.tsx | 4 ++-- 1 file 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 = 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 = { 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', }; -- cgit v1.2.3