set icon
This commit is contained in:
parent
c99cb391ee
commit
0345001db5
@ -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 New Issue
Block a user