Update src/client/theme-default/components/NavBarLinks.ts

pull/55/head
Eduardo San Martin Morote 5 years ago committed by GitHub
parent 3b6f17490a
commit a832cca7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save