set icon
This commit is contained in:
parent
c99cb391ee
commit
0345001db5
1 changed files with 3 additions and 2 deletions
|
@ -259,8 +259,9 @@ definePageMetadata(
|
||||||
);
|
);
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
if (defaultStore.state.woozyMode) {
|
if (defaultStore.state.woozyMode === true) {
|
||||||
instanceIcon!.src = "/static-assets/woozy.png";
|
iconSrc.value = "/static-assets/woozy.png";
|
||||||
|
instanceIcon.src = iconSrc.value;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue