Skip to content

Commit

Permalink
Merge pull request #652 from UnUniFi/develop
Browse files Browse the repository at this point in the history
fix: comment out
  • Loading branch information
Senna46 authored Sep 8, 2023
2 parents 2c83265 + 3380711 commit 8e0a14a
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,13 @@ <h3 class="font-bold text-lg">What is the withdrawal reserve rate?</h3>
</td>
<td>{{ vault?.vault?.withdraw_reserve_rate | percent : '1.0-2' }}</td>
</tr>
<tr>
<!-- <tr>
<td class="flex flex-row items-center gap-2">
<span>Bonus APY</span>
<!-- The button to open modal -->
<label for="modal-bonus" class="label-text cursor-pointer">
<span class="material-symbols-outlined">help</span>
</label>
<!-- Put this part before </body> tag -->
<input type="checkbox" id="modal-bonus" class="modal-toggle" />
<div class="modal modal-bottom sm:modal-middle">
<div class="modal-box">
Expand All @@ -136,7 +134,7 @@ <h3 class="font-bold text-lg">What is the bonus APY?</h3>
</div>
</td>
<td>{{ 'Coming soon' }}</td>
</tr>
</tr> -->
</tbody>
</table>
</div>
Expand Down

0 comments on commit 8e0a14a

Please sign in to comment.