This commit is contained in:
2025-10-02 09:24:41 -04:00
parent 3b206e3f79
commit b4db0461a0
5 changed files with 20 additions and 0 deletions

12
components/Footer.vue Normal file
View File

@@ -0,0 +1,12 @@
<template>
<footer class="bg-gray-100 border-t border-gray-200 mt-auto">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4">
<p class="text-center text-sm text-gray-600">
Created for New Life Christian Church by Joshua Ryder with AI assistance
</p>
</div>
</footer>
</template>
<script setup lang="ts">
</script>

View File

@@ -124,6 +124,8 @@
</NuxtLink>
</div>
</main>
<Footer />
</div>
</template>

View File

@@ -339,6 +339,8 @@
</div>
</form>
</main>
<Footer />
</div>
</template>

View File

@@ -99,6 +99,8 @@
</div>
</div>
</main>
<Footer />
</div>
</template>

View File

@@ -63,6 +63,8 @@
<p>Default credentials: admin / admin123</p>
</div>
</div>
<Footer />
</div>
</template>