This commit is contained in:
parent 4e8057d9bb
commit 25310ea25f
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ onMounted(() => {
</TresCanvas>
</ClientOnly>
<span class="cursor-pointer absolute text-3xl top-0 left-0" @click="toggleExpState">
<Icon name="mdi:checkbox-outline" v-if="explosion_state" />
<Icon name="mdi:square-outline" v-else />
<href name="#mdi:checkbox-outline" v-if="explosion_state" />
<href name="#mdi:square-outline" v-else />
</span>
</div>
</template>