Skip to content

Commit

Permalink
Add new phrase to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
DemogorGod committed Mar 28, 2023
1 parent 03f928b commit 5708326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/landing/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ import Scrambler from '@/components/Scrambler.vue'
<div class="flex flex-col justify-center items-end gap-[25px]">
<div class="flex gap-[3px]">
<Scrambler
:phrases="['No minimum amount.', 'Maximum staking rewards.']"
:phrases="['No minimum amount.', 'Maximum staking rewards.', 'Your keys, your coins.']"
:repeat="true"
:delay="300"
:text-class="'font-semibold text-[20px] text-[#3a3a3a] leading-[30px] tracking-normal'"
:transform-timer="10"
:transform-timer="5"
/>
<span class="pulse w-[2px] rounded bg-primary" />
</div>
Expand Down
3 changes: 1 addition & 2 deletions apps/web/src/pages/dashboard/components/Stake.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ const handleStakeAction = () => {
openSignTransactionTab.value = true
}
const handleCancel = () => {
stakeAmount.value = Number('')
selectedWallet.value = null
Expand All @@ -144,7 +143,7 @@ onMounted(async ()=>{
<div class="col-span-3 h-full flex flex-col gap-20">
<div class="flex justify-between items-center w-full">
<h6 class="font-bold text-[#727476]">
Stake {{ openSignTransactionTab }}
Stake
</h6>
</div>
<div
Expand Down

0 comments on commit 5708326

Please sign in to comment.