This commit is contained in:
Georges KABBOUCHI 2021-10-09 16:50:03 +03:00
parent b83b41ebd6
commit 189036cd93
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<template #title>Supply to Stability Pool</template>
<div class="flex justify-around items-center w-full">
<SidebarSectionValueWithIcon class="" label="Debt" center>
<SidebarSectionValueWithIcon class="" label="Stability Pool Balance" center>
<template #icon
><IconCurrency :currency="poolToken.key" class="w-16 h-16" noHeight
/></template>

View File

@ -3,7 +3,7 @@
<template #title>Withdraw from Stability Pool</template>
<div class="flex justify-around items-center w-full">
<SidebarSectionValueWithIcon class="" label="Debt" center>
<SidebarSectionValueWithIcon class="" label="Stability Pool Balance" center>
<template #icon
><IconCurrency :currency="poolToken.key" class="w-16 h-16" noHeight
/></template>