Fix issues: reduce logo size, improve CSS styling, fix API error handling

This commit is contained in:
Ryderjj89
2025-09-29 19:36:05 -04:00
parent 3473b4480a
commit eb21825f77
5 changed files with 113 additions and 33 deletions

View File

@@ -5,7 +5,7 @@
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center py-4">
<div class="flex items-center">
<img src="/logos/logo.png" alt="New Life Christian Church" class="h-10 w-auto mr-4" />
<img src="/logos/logo.png" alt="New Life Christian Church" class="h-8 w-auto mr-2" />
<UButton
@click="navigateTo('/')"
variant="ghost"