new fonts & favicon

This commit is contained in:
Tim Olson
2023-09-22 22:28:06 -04:00
parent 274e1dfd7e
commit e7a9600c54
7 changed files with 246 additions and 91 deletions

View File

@@ -1,16 +1,16 @@
<template>
<v-card v-if="s.vault===null">
<v-card-title><v-icon color="warning" icon="mdi-alert"/>&nbsp;Setup&nbsp;Vault</v-card-title>
<v-card-subtitle>Create Your Own Personal DexOrder Vault</v-card-subtitle>
<v-card-subtitle>Create Your Own Personal Dexorder Vault</v-card-subtitle>
<v-card-text>
DexOrder never has access to your tokens. Instead, you create a personal
vault which acts like your DexOrder account.
Create your own personal asset vault to get started with DexOrder. This vault
acts like your DexOrder account. For security, only <i>you</i> can deposit
Dexorder never has access to your tokens. Instead, you create a personal
vault which acts like your Dexorder account.
Create your own personal asset vault to get started with Dexorder. This vault
acts like your Dexorder account. For security, only <i>you</i> can deposit
or withdraw tokens from your vault, and no token approvals are ever given to
DexOrder. Instead, DexOrder sends trade requests to your vault at the right
Dexorder. Instead, Dexorder sends trade requests to your vault at the right
times, then your vault checks the validity of those trade requests before
trading directly from your vault to the dex liquidity pool. DexOrder never
trading directly from your vault to the dex liquidity pool. Dexorder never
has any access to the funds in your vault.
</v-card-text>
<v-card-text>
@@ -24,6 +24,7 @@
<script setup>
import {useStore} from "@/store/store.js";
import wallet from "@/blockchain/wallet.js";
const s = useStore()