summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index 78addfc..636857c 100644
--- a/index.html
+++ b/index.html
@@ -182,7 +182,12 @@
<template id="tpl___healing-center">
<div class="healing-center">
<div>Price for Full Heal per Tuxemon: <span data-template-slot="price"></span></div>
- <button data-template-slot="heal" class="menu-button">Select to Heal</button>
+ <div><button data-template-slot="heal" class="menu-button">Select to Heal</button></div>
+ <div>
+ <button data-template-slot="box.withdraw" class="menu-button">Box Withdraw</button>
+ <button data-template-slot="box.deposit" class="menu-button">Box Deposit</button>
+ <button data-template-slot="box.view" class="menu-button">Box View</button>
+ </div>
</div>
</template>