From a832cca7beaadf587874a0f6819e69d9101fb88d Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 17 Sep 2020 12:07:15 +0200 Subject: [PATCH] Update src/client/theme-default/components/NavBarLinks.ts --- src/client/theme-default/components/NavBarLinks.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/client/theme-default/components/NavBarLinks.ts b/src/client/theme-default/components/NavBarLinks.ts index 671afb81..f1133d63 100644 --- a/src/client/theme-default/components/NavBarLinks.ts +++ b/src/client/theme-default/components/NavBarLinks.ts @@ -19,13 +19,6 @@ export default { const siteData = useSiteData() const repoInfo = computed(() => { const theme = siteData.value.themeConfig as DefaultTheme.Config - // return theme.editLinks - // ? { - // repo: theme.docsRepo || theme.repo, - // label: theme.repoLabel - // } - // : null - const repo = theme.docsRepo || theme.repo let text: string | undefined = theme.repoLabel