diff --git a/vue/src/components/OrderForm.vue b/vue/src/components/OrderForm.vue index fb1bf80..c04dac4 100644 --- a/vue/src/components/OrderForm.vue +++ b/vue/src/components/OrderForm.vue @@ -1,21 +1,23 @@ - YES - NO - - how much? - - how sure? - - you receive: - {{ format(shares) }} {{ selected }} shares @ {{ format(price) }} sats - you pay: - {{ format(cost) }} sats - if you win: - {{ format(profit) }} sats - submit order - - {{ err }} + + YES + NO + + how much? + + how sure? + + you receive: + {{ format(shares) }} {{ selected }} shares @ {{ format(price) }} sats + you pay: + {{ format(cost) }} sats + if you win: + {{ format(profit) }} sats + submit order + + {{ err }} +