woka icon inside menu
This commit is contained in:
parent
b36f39d3d9
commit
731f616cce
2 changed files with 11 additions and 8 deletions
|
@ -15,7 +15,7 @@
|
|||
import btnProfileSubMenuCamera from "../images/btn-menu-profile-camera.svg";
|
||||
import btnProfileSubMenuIdentity from "../images/btn-menu-profile-identity.svg";
|
||||
import btnProfileSubMenuCompanion from "../images/btn-menu-profile-companion.svg";
|
||||
import btnProfileSubMenuWoka from "../images/btn-menu-profile-woka.svg";
|
||||
import Woka from "../Woka/Woka.svelte";
|
||||
|
||||
function disableMenuStores() {
|
||||
menuVisiblilityStore.set(false);
|
||||
|
@ -65,7 +65,10 @@
|
|||
<span class="btn-hover">Edit your name</span>
|
||||
</button>
|
||||
<button type="button" class="nes-btn" on:click|preventDefault={openEditSkinScene}>
|
||||
<img src={btnProfileSubMenuWoka} alt="Edit your WOKA" />
|
||||
<!-- <div class="woka-icon">
|
||||
</div> -->
|
||||
<Woka userId={-1} placeholderSrc="" width="26px" height="26px" />
|
||||
<!-- <img src={btnProfileSubMenuWoka} alt="Edit your WOKA" /> -->
|
||||
<span class="btn-hover">Edit your WOKA</span>
|
||||
</button>
|
||||
<button type="button" class="nes-btn" on:click|preventDefault={openEditCompanionScene}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue