Files
astro-template/src/components/Footer.astro
“dongming” c8ac12f978 first commit
2025-12-28 22:42:09 +08:00

11 lines
284 B
Plaintext

---
---
<footer class="bg-gray-50 border-t border-gray-200 py-8 mt-12">
<div class="container mx-auto px-4 text-center text-gray-600">
<p>Powered by TenantCMS</p>
<p class="text-sm mt-2">
Using X-Tenant-Slug for multi-tenant authentication
</p>
</div>
</footer>