Removed footer
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m52s

This commit is contained in:
2026-01-18 01:43:21 -07:00
parent 82e1b8a626
commit db1d180afc
4 changed files with 1 additions and 12 deletions

View File

@@ -4,7 +4,6 @@ import { Icon } from 'astro-icon/components';
import { db } from '../db';
import { members, organizations } from '../db/schema';
import { eq } from 'drizzle-orm';
import Footer from '../components/Footer.astro';
import Avatar from '../components/Avatar.astro';
import { ClientRouter } from "astro:transitions";
@@ -192,6 +191,5 @@ const currentTeam = userMemberships.find(m => m.organization.id === currentTeamI
</div>
</div>
<Footer />
</body>
</html>