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(() => {
|
||||
if (defaultStore.state.woozyMode) {
|
||||
instanceIcon!.src = "/static-assets/woozy.png";
|
||||
if (defaultStore.state.woozyMode === true) {
|
||||
iconSrc.value = "/static-assets/woozy.png";
|
||||
instanceIcon.src = iconSrc.value;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue