diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index ee1bcf7..fea292e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -21,8 +21,8 @@ const { title } = Astro.props;
| Description | @@ -242,7 +243,8 @@ const isDraft = invoice.status === 'draft';
|---|
| Number | @@ -210,6 +211,7 @@ const getStatusColor = (status: string) => { )}
|---|
diff --git a/src/pages/login.astro b/src/pages/login.astro
index f671c7f..1ff7330 100644
--- a/src/pages/login.astro
+++ b/src/pages/login.astro
@@ -7,7 +7,7 @@ if (Astro.locals.user) {
---
diff --git a/src/pages/signup.astro b/src/pages/signup.astro
index e2ada78..b122b41 100644
--- a/src/pages/signup.astro
+++ b/src/pages/signup.astro
@@ -23,7 +23,7 @@ if (!isFirstUser) {
---