This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
<footer class="footer footer-center p-4 bg-base-200 text-base-content border-t border-base-300">
|
|
||||||
<aside>
|
|
||||||
<p class="text-sm">
|
|
||||||
Made with <span class="text-red-500">❤️</span> by <a href="https://atri.dad" target="_blank" rel="noopener noreferrer" class="link link-hover font-semibold">Atridad Lahiji</a>
|
|
||||||
</p>
|
|
||||||
</aside>
|
|
||||||
</footer>
|
|
||||||
@@ -4,7 +4,6 @@ import { Icon } from 'astro-icon/components';
|
|||||||
import { db } from '../db';
|
import { db } from '../db';
|
||||||
import { members, organizations } from '../db/schema';
|
import { members, organizations } from '../db/schema';
|
||||||
import { eq } from 'drizzle-orm';
|
import { eq } from 'drizzle-orm';
|
||||||
import Footer from '../components/Footer.astro';
|
|
||||||
import Avatar from '../components/Avatar.astro';
|
import Avatar from '../components/Avatar.astro';
|
||||||
import { ClientRouter } from "astro:transitions";
|
import { ClientRouter } from "astro:transitions";
|
||||||
|
|
||||||
@@ -192,6 +191,5 @@ const currentTeam = userMemberships.find(m => m.organization.id === currentTeamI
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Footer />
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
import '../styles/global.css';
|
import '../styles/global.css';
|
||||||
import Footer from '../components/Footer.astro';
|
|
||||||
import { ClientRouter } from "astro:transitions";
|
import { ClientRouter } from "astro:transitions";
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
@@ -25,6 +24,5 @@ const { title } = Astro.props;
|
|||||||
<div class="flex-1 flex flex-col">
|
<div class="flex-1 flex flex-col">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
<Footer />
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ const hasMembership = userOrgs.length > 0;
|
|||||||
---
|
---
|
||||||
|
|
||||||
<DashboardLayout title="Dashboard - Chronus">
|
<DashboardLayout title="Dashboard - Chronus">
|
||||||
<div class="flex justify-between items-center mb-8">
|
<div class="flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4 sm:gap-0 mb-8">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-4xl font-bold text-primary mb-2">
|
<h1 class="text-4xl font-bold text-primary mb-2">
|
||||||
Dashboard
|
Dashboard
|
||||||
|
|||||||
Reference in New Issue
Block a user