Skip to content

Commit

Permalink
Merge pull request #9 from spothound/footer
Browse files Browse the repository at this point in the history
Improve footer
  • Loading branch information
spothound authored Jan 19, 2024
2 parents 5597bb2 + ae5f117 commit 0070a04
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 37 deletions.
21 changes: 21 additions & 0 deletions src/components/layout/AppDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,27 @@ nextTick(() => {
<v-list nav density="compact">
<AppDrawerItem v-for="route in routes" :key="route.name" :item="route" />
</v-list>
<v-spacer />
<template #append>
<v-list-item class="drawer-footer px-0 d-flex flex-column justify-center">
<div class="text-caption pt-6 pb-1 pt-md-0 text-center" style="white-space: nowrap">
<a href="https://github.com/spothound/ThePawnsJourney" target="_blank">
<v-icon icon="mdi-github" size="x-large" class="drawer-footer-icon" color="primary" />
</a>
</div>
<div class="text-caption pt-6 pb-1 pt-md-0 text-center" style="white-space: nowrap">

<a href="https://github.com/spothound/" class="font-weight-bold text-primary" target="_blank">by Fran N.M.</a>
</div>
<br/>
<div class="text-caption pt-6 pb-1 pt-md-0 text-center" style="white-space: nowrap">
<v-btn href="https://www.buymeacoffee.com/fnavarro" target="_blank">
<v-icon left>mdi-coffee</v-icon>
Support this
</v-btn>
</div>
</v-list-item>
</template>
</v-navigation-drawer>
</template>

Expand Down
36 changes: 0 additions & 36 deletions src/components/layout/AppFooter.vue

This file was deleted.

1 change: 0 additions & 1 deletion src/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<v-main>
<router-view />
</v-main>
<AppFooter />
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 0070a04

Please sign in to comment.