Skip to content

Commit

Permalink
replaced Vuetify footer with plain html footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tonmcg committed Dec 5, 2024
1 parent 0e51869 commit 0468d66
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,13 +350,11 @@
<v-progress-circular :size="map.height / 6" v-if="!countyFips.length" indeterminate color="primary"
style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10;"></v-progress-circular>
</v-main>
<v-footer app color="#6C757D" padless>
<v-row no-gutters>
<v-col class="py-4 text-center white--text" cols="12">
{{ new Date().getFullYear() }} — <strong>Tony McGovern</strong>
</v-col>
</v-row>
</v-footer>
<footer class="bg-gray-600 text-white">
<div class="flex justify-center items-center py-4">
<span>{{ new Date().getFullYear() }} — <strong>Tony McGovern</strong></span>
</div>
</footer>
</v-app>
</div>

Expand Down

0 comments on commit 0468d66

Please sign in to comment.