Merge branch 'document-title' into 'master'

add admin_document_title

See merge request mohit.panjvani/crater-web!1447
This commit is contained in:
Mohit Panjwani
2022-02-24 12:40:33 +00:00
8 changed files with 81 additions and 69 deletions

View File

@ -46,7 +46,8 @@
"
>
<p class="mb-3">
Copyright @ Crater Invoice, Inc. {{ new Date().getFullYear() }}
{{ copyrightText }}
{{ new Date().getFullYear() }}
</p>
</div>
</div>
@ -151,6 +152,13 @@ const pageDescription = computed(() => {
return 'Crater helps you track expenses, record payments & generate beautiful invoices & estimates.'
})
const copyrightText = computed(() => {
if (window.copyright_text) {
return window.copyright_text
}
return 'Copyright @ Crater Invoice, Inc.'
})
const loginPageLogo = computed(() => {
if (window.login_page_logo) {
return window.login_page_logo