renamed tabs; "Click the chart!"

This commit is contained in:
Tim
2024-03-30 00:31:42 -04:00
parent 7f7743445f
commit 391c5738ed
10 changed files with 23 additions and 18 deletions

View File

@@ -45,7 +45,7 @@ function placeOrder() {
const ts = props.tranches()
const order = newOrder(tokenIn, tokenOut, route.exchange, route.fee, amt, os.amountIsInput, ts) // todo: minAmount, outputToOwner, chainOrder
pendOrder(order)
router.push('/orders')
router.push('/status')
}
</script>