diff --git a/src/components/PageStrcture/Footer.vue b/src/components/PageStrcture/Footer.vue index b4d3883d..d213f1bb 100644 --- a/src/components/PageStrcture/Footer.vue +++ b/src/components/PageStrcture/Footer.vue @@ -4,14 +4,10 @@ - Developed by {{defaultInfo.authorName}}. - Licensed under {{defaultInfo.license}} - © {{defaultInfo.date}}. - Get the Source Code. - - - Using: - {{ $store.state.currentConfigInfo? $store.state.currentConfigInfo.confId : 'Default Config' }} + Dashy is free & open source + - licensed under {{defaultInfo.license}}, + © {{defaultInfo.authorName}} {{defaultInfo.date}}. + Get support on GitHub, at {{defaultInfo.repoName}}. @@ -29,11 +25,13 @@ export default { return { defaultInfo: { authorName: 'Alicia Sykes', - authorUrl: 'https://github.com/lissy93', + authorUrl: 'https://as93.net', license: 'MIT', licenseUrl: 'https://gist.github.com/Lissy93/143d2ee01ccc5c052a17', date: `${new Date().getFullYear()}`, repoUrl: 'https://github.com/lissy93/dashy', + repoName: 'Lissy93/Dashy', + projectUrl: 'https://dashy.to', }, }; }, diff --git a/src/components/PageStrcture/PageTitle.vue b/src/components/PageStrcture/PageTitle.vue index 26c7ccef..4c8f3d66 100644 --- a/src/components/PageStrcture/PageTitle.vue +++ b/src/components/PageStrcture/PageTitle.vue @@ -66,7 +66,7 @@ export default { span.subtitle { color: var(--heading-text-color); font-style: italic; - text-shadow: 1px 1px 2px #130f23; + text-shadow: 1px 1px 2px #130f2347; opacity: var(--dimming-factor); } img.site-logo { diff --git a/src/views/Minimal.vue b/src/views/Minimal.vue index 44e29e8c..6b2d631f 100644 --- a/src/views/Minimal.vue +++ b/src/views/Minimal.vue @@ -17,7 +17,7 @@ :class="`item-group-container ${!tabbedView ? 'showing-all' : ''}`"> = 1) return json; - } - // Otherwise, return the usuall data from conf.yml - return sections; - }, /* Clears input field, once a searched item is opened */ finishedSearching() { if (this.$refs.filterComp) this.$refs.filterComp.clearMinFilterInput();