From bc288a43c90ab830019bf077d72081fade76c06e Mon Sep 17 00:00:00 2001
From: eug-vs <eug-vs@keemail.me>
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(-)

(limited to 'src')

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',
 };
 
 
-- 
cgit v1.2.3