Add footer in home

This commit is contained in:
liangping 2021-08-09 10:42:22 +08:00
parent 44d82fcb1e
commit bf5a0f7bf3
2 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<span class="float-md-left d-block d-md-inline-block mt-25">
Powered By
<b-link
class="ml-25"
class="ml-25 font-weight-bolder"
href="#"
target="_blank"
>Ping.pub</b-link>
@ -31,6 +31,7 @@ import { BLink, VBPopover } from 'bootstrap-vue'
import Ripple from 'vue-ripple-directive'
export default {
name: 'AppFooter',
components: {
BLink,
},

View File

@ -23,7 +23,7 @@
</h2>
<p class="mb-3">
If you want to add your chain to our explorer, be free to contact us.
It's not just an explorer but also a wallet and more ... 🛠
</p>
<div>
@ -82,8 +82,8 @@
<!--/ no result found -->
</b-row>
</div>
<app-footer class="mb-1" />
</div>
<!-- / Under maintenance-->
</template>
<script>
@ -96,6 +96,7 @@ import store from '@/store/index'
import { toDay } from '@/libs/data'
import DarkToggler from '@/@core/layouts/components/app-navbar/components/DarkToggler.vue'
import Locale from '@/@core/layouts/components/app-navbar/components/Locale.vue'
import AppFooter from '@/@core/layouts/components/AppFooter.vue'
export default {
components: {
@ -111,6 +112,7 @@ export default {
VuexyLogo,
DarkToggler,
Locale,
AppFooter,
},
data() {
return {