separate how it works

This commit is contained in:
Tim
2024-04-29 16:10:52 -04:00
parent 083a8a6814
commit ffc4384315
19 changed files with 140 additions and 121 deletions

View File

@@ -20,6 +20,9 @@
Only you the vault's owner may withdraw funds or manage orders in your vault.
The orders in the vault may only trade the tokens in the vault, and your regular wallet is never touched.
</p>
<p>
See our open source smart contracts on <a href="https://github.com/dexorder-trade/contract">GitHub</a>.
</p>
</v-card-text>
<v-card-text>
<h4>Funds are Never Locked</h4>
@@ -47,12 +50,22 @@
provide gas at the correct times.
</p>
</v-card-text>
<v-card-text>
<h4 id="Charts">Charts</h4>
Creating dexorders couldn't be easier using the charts you know and love by
<a href="https://tradingview.com/" target="TradingView">TradingView</a>. What you see on the chart is the order
you get on-chain.
</v-card-text>
<v-card-text>
<h4>Power Up</h4>
<p>
Use Dexorder trading vaults for sophisticated order management when trading with your favorite <uniswap-logo/> DeFi pool!
</p>
</v-card-text>
<v-card-actions class="justify-center my-6 actions">
<app-btn/>
<v-btn prepend-icon="mdi-home-outline" variant="flat" text="Home" @click="nav('Home')"/>
</v-card-actions>
</v-card>
</template>
@@ -62,6 +75,9 @@ import Alpha from "@/components/Alpha.vue";
import Soon from "@/components/Soon.vue";
import UniswapLogo from "@/corp/UniswapLogo.vue";
import Logo from "@/components/Logo.vue";
import HomeActions from "@/corp/HomeActions.vue";
import {nav} from "@/misc.js";
import AppBtn from "@/corp/AppBtn.vue";
</script>
<style scoped lang="scss">