Skip to content

Commit

Permalink
disabled mannequin state buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
giniedp committed Nov 30, 2023
1 parent af2e6c1 commit b194e2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ <h3 class="text-lg uppercase relative text-center font-serif text-nw-description
</div>
</div>

<button class="btn btn-sm" [tooltip]="'PvP Balance'" [cdkMenuTriggerFor]="tplCombatMode">{{ vm.combatMode | nwHumanize }}</button>
<!-- <button class="btn btn-sm" [tooltip]="'PvP Balance'" [cdkMenuTriggerFor]="tplCombatMode">{{ vm.combatMode | nwHumanize }}</button>
<button class="btn btn-sm gap-1" [tooltip]="'Number of enemies around me'" [cdkMenuTriggerFor]="tplNumAroundMe">
<nwb-icon [icon]="iconGroup" class="w-5 h-5"></nwb-icon> {{ vm.numAroundMe }}
</button>
<button class="btn btn-sm gap-1" [tooltip]="'Number of hits'" [cdkMenuTriggerFor]="tplNumHits">
<nwb-icon [icon]="iconBurst" class="w-5 h-5"></nwb-icon> {{ vm.numHits }}
</button>
</button> -->

<ng-template #tplCombatMode>
<ul class="menu menu-compact bg-base-100 rounded-md shadow" cdkMenu>
Expand Down

0 comments on commit b194e2b

Please sign in to comment.