footer tweaks that don't work; social updates
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-footer class="text-center d-flex flex-column mb-12" location="bottom">
|
<v-footer class="text-center d-flex flex-column mb-12" location="bottom">
|
||||||
<social/>
|
<social/>
|
||||||
<div class="text-grey logo" style="font-size: small; margin-bottom: 0;">dexorder</div>
|
<!-- <div class="text-grey logo" style="font-size: small; margin-bottom: 0;">dexorder</div>-->
|
||||||
<div class="text-grey" style="font-size: x-small">©{{ new Date().getFullYear() }}</div>
|
<div class="text-grey" style="font-size: x-small">©{{ new Date().getFullYear() }} Dexorder LLC</div>
|
||||||
</v-footer>
|
</v-footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -2,9 +2,7 @@
|
|||||||
<v-app>
|
<v-app>
|
||||||
<menu-bar/>
|
<menu-bar/>
|
||||||
<corp-view/>
|
<corp-view/>
|
||||||
<v-footer location="bottom">
|
<Footer class="text-center d-flex flex-column mb-12"/>
|
||||||
<Footer class="text-center d-flex flex-column mb-12"/>
|
|
||||||
</v-footer>
|
|
||||||
</v-app>
|
</v-app>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<logo class="logo-xl"/>
|
<logo class="logo-xl"/>
|
||||||
</v-card-item>
|
</v-card-item>
|
||||||
<v-card-subtitle class="pl-8 mx-auto">Advanced DeFi Orders</v-card-subtitle>
|
<v-card-subtitle class="pl-8 mx-auto">Advanced DeFi Orders</v-card-subtitle>
|
||||||
<!-- <social class="ml-12"/>-->
|
<social class="ml-12"/>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
Dexorder powers up your favorite DeFi exchange with advanced order types!
|
Dexorder powers up your favorite DeFi exchange with advanced order types!
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
@@ -32,7 +32,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import {useTheme} from "vuetify";
|
|
||||||
import beta from "@/components/Beta.vue";
|
import beta from "@/components/Beta.vue";
|
||||||
import Soon from "@/components/Soon.vue";
|
import Soon from "@/components/Soon.vue";
|
||||||
import HowItWorks from "@/corp/HowItWorks.vue";
|
import HowItWorks from "@/corp/HowItWorks.vue";
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
<v-app-bar-title>
|
<v-app-bar-title>
|
||||||
<logo @click="nav('Home')" class="clickable"/>
|
<logo @click="nav('Home')" class="clickable"/>
|
||||||
|
<social class="d-inline" size="small"/>
|
||||||
</v-app-bar-title>
|
</v-app-bar-title>
|
||||||
|
|
||||||
<v-btn @click="nav('HowItWorks')" prepend-icon="mdi-information-outline" text="How It Works"/>
|
<v-btn @click="nav('HowItWorks')" prepend-icon="mdi-information-outline" text="How It Works"/>
|
||||||
@@ -16,6 +17,7 @@
|
|||||||
import {useTheme} from "vuetify";
|
import {useTheme} from "vuetify";
|
||||||
import Logo from "@/components/Logo.vue";
|
import Logo from "@/components/Logo.vue";
|
||||||
import {nav} from "@/misc.js";
|
import {nav} from "@/misc.js";
|
||||||
|
import Social from "@/components/Social.vue";
|
||||||
|
|
||||||
const theme = useTheme().current
|
const theme = useTheme().current
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user