fix: logo not show
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s

This commit is contained in:
Methapon2001 2025-03-17 15:25:48 +07:00
parent 6c33e153b7
commit 364a0c807d

View file

@ -218,7 +218,7 @@ onMounted(async () => {
>
<q-img
fit="contain"
:src="mini ? 'logo_jws.png' : '/logo.png'"
:src="mini ? '/logo_jws.png' : '/logo.png'"
:style="{ filter: `brightness(${$q.dark.isActive ? '1.3' : '1'})` }"
style="height: 64px"
/>