Frontend: Update footer.vue and about.vue

This commit is contained in:
Michael Mayer 2022-01-28 03:27:59 +01:00
parent ca73be591a
commit 3d74ae6585
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ export default {
name: 'PAboutFooter',
data() {
return {
sponsor: this.$config.values.sponsor,
sponsor: this.$config.values.sponsor && !this.$config.values.demo,
};
},
methods: {},

View file

@ -103,7 +103,7 @@ export default {
data() {
return {
rtl: this.$rtl,
sponsor: this.$config.values.sponsor,
sponsor: this.$config.values.sponsor && !this.$config.values.demo,
};
},
methods: {},