Skip to content

Commit

Permalink
feat(footer): Add "created by"
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kozachek committed Apr 21, 2020
1 parent 8afe974 commit 8492b44
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions components/core/blocks/Footer/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@

<div class="container mx-auto">
<div class="row items-center justify-between py-6">
<div class="col-12 md:col-6 flex mb-8 md:mb-0">
<div class="col-12 md:col-4 flex mb-8 md:mb-0">
<span class="menu-link text-sm">© {{ currentYear }} Vuetique</span>

<router-link class="menu-link ml-8 text-sm text-grey-dark" :to="localizedRoute('/terms')" exact>
Expand All @@ -226,7 +226,7 @@

</div>

<div class="col-12 md:col-6 flex md:justify-end">
<div class="col-12 md:col-4 flex md:justify-center mb-8 md:mb-0">
<div class="footer-pay-item">
<img src="/assets/icons/pay-visa.png" alt="">
</div>
Expand All @@ -244,6 +244,10 @@
</div>
</div>

<div class="col-12 md:col-4 flex md:justify-end">
<span class="text-sm mr-1">Created by</span>
<a class="menu-link text-sm text-grey-dark" href="https://www.absolutewebservices.com/">Absolute&nbsp;Web</a>
</div>
</div>
</div>

Expand Down

0 comments on commit 8492b44

Please sign in to comment.