add fields

This commit is contained in:
radhika587
2022-02-21 18:34:04 +05:30
parent 0578122fc3
commit 439fc4e002
6 changed files with 57 additions and 16 deletions

View File

@ -54,7 +54,7 @@
"
>
<p class="mb-3">
Copyright @ {{ documentTitle }}, Inc.
{{ documentTitle }}, Inc.
{{ new Date().getFullYear() }}
</p>
</div>
@ -161,11 +161,10 @@ const pageDescription = computed(() => {
})
const documentTitle = computed(() => {
if (window.admin_document_title) {
return window.admin_document_title
if (window.copyright_text) {
return window.copyright_text
}
return 'Crater Invoice'
return 'Copyright @ Crater Invoice'
})
const loginPageLogo = computed(() => {