Frontend: Update footer.vue and about.vue
This commit is contained in:
parent
ca73be591a
commit
3d74ae6585
2 changed files with 2 additions and 2 deletions
|
@ -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: {},
|
||||
|
|
|
@ -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: {},
|
||||
|
|
Loading…
Reference in a new issue