fix minor issues

This commit is contained in:
radhika587
2022-02-24 11:29:32 +05:30
parent 48f9da14ba
commit 2a43ec9e9d

View File

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