mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Update logo/screenshots
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div class="flex flex-col items-center justify-between w-full pt-10">
|
||||
<img
|
||||
id="logo-crater"
|
||||
src="/img/crater-logo.png"
|
||||
alt="Crater Logo"
|
||||
id="logo-invoiceshelf"
|
||||
src="/img/logo.png"
|
||||
alt="InvoiceShelf Logo"
|
||||
class="h-12 mb-5 md:mb-10"
|
||||
/>
|
||||
|
||||
|
||||
@@ -864,10 +864,10 @@ async function installModule() {
|
||||
let displayMsg = ref('')
|
||||
|
||||
if (
|
||||
requestResponse.data.message === 'crater_version_is_not_supported'
|
||||
requestResponse.data.message === 'invoiceshelf_version_is_not_supported'
|
||||
) {
|
||||
displayMsg.value = t('modules.version_not_supported', {
|
||||
version: requestResponse.data.min_crater_version,
|
||||
version: requestResponse.data.min_invoiceshelf_version,
|
||||
})
|
||||
} else {
|
||||
displayMsg.value = getErrorMessage(requestResponse.data.message)
|
||||
|
||||
Reference in New Issue
Block a user