diff --git a/app/(app)/dashboard/Board.tsx b/app/(app)/dashboard/Board.tsx
index 90fcd0b..172f382 100644
--- a/app/(app)/dashboard/Board.tsx
+++ b/app/(app)/dashboard/Board.tsx
@@ -98,7 +98,7 @@ export default function Board({ tasks }: { tasks: Task[] }) {
{COPYRIGHT_TEXT(currentYear)}
diff --git a/app/imprint/page.tsx b/app/imprint/page.tsx
index 46be137..2c386e2 100644
--- a/app/imprint/page.tsx
+++ b/app/imprint/page.tsx
@@ -14,7 +14,7 @@ import { GoBackButton } from "../components/ui/buttons/GoBackButton";
export default async function ImprintPage() {
return (
Legal Notice.
diff --git a/app/privacy/page.tsx b/app/privacy/page.tsx
index 8c95a96..e8b1e4c 100644
--- a/app/privacy/page.tsx
+++ b/app/privacy/page.tsx
@@ -14,7 +14,7 @@ import { GoBackButton } from "../components/ui/buttons/GoBackButton";
export default async function PrivacyPage() {
return (
Privacy Policy.