Add footer in home
This commit is contained in:
parent
44d82fcb1e
commit
bf5a0f7bf3
@ -3,7 +3,7 @@
|
|||||||
<span class="float-md-left d-block d-md-inline-block mt-25">
|
<span class="float-md-left d-block d-md-inline-block mt-25">
|
||||||
Powered By
|
Powered By
|
||||||
<b-link
|
<b-link
|
||||||
class="ml-25"
|
class="ml-25 font-weight-bolder"
|
||||||
href="#"
|
href="#"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>Ping.pub</b-link>
|
>Ping.pub</b-link>
|
||||||
@ -31,6 +31,7 @@ import { BLink, VBPopover } from 'bootstrap-vue'
|
|||||||
import Ripple from 'vue-ripple-directive'
|
import Ripple from 'vue-ripple-directive'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
name: 'AppFooter',
|
||||||
components: {
|
components: {
|
||||||
BLink,
|
BLink,
|
||||||
},
|
},
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p class="mb-3">
|
<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>
|
</p>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
@ -82,8 +82,8 @@
|
|||||||
<!--/ no result found -->
|
<!--/ no result found -->
|
||||||
</b-row>
|
</b-row>
|
||||||
</div>
|
</div>
|
||||||
|
<app-footer class="mb-1" />
|
||||||
</div>
|
</div>
|
||||||
<!-- / Under maintenance-->
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@ -96,6 +96,7 @@ import store from '@/store/index'
|
|||||||
import { toDay } from '@/libs/data'
|
import { toDay } from '@/libs/data'
|
||||||
import DarkToggler from '@/@core/layouts/components/app-navbar/components/DarkToggler.vue'
|
import DarkToggler from '@/@core/layouts/components/app-navbar/components/DarkToggler.vue'
|
||||||
import Locale from '@/@core/layouts/components/app-navbar/components/Locale.vue'
|
import Locale from '@/@core/layouts/components/app-navbar/components/Locale.vue'
|
||||||
|
import AppFooter from '@/@core/layouts/components/AppFooter.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
@ -111,6 +112,7 @@ export default {
|
|||||||
VuexyLogo,
|
VuexyLogo,
|
||||||
DarkToggler,
|
DarkToggler,
|
||||||
Locale,
|
Locale,
|
||||||
|
AppFooter,
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user