diff --git a/apps/site/app/(base)/layout.tsx b/apps/site/app/(base)/layout.tsx index ed4dcadb2..1a86fbc28 100644 --- a/apps/site/app/(base)/layout.tsx +++ b/apps/site/app/(base)/layout.tsx @@ -10,10 +10,10 @@ export default function BaseLayout({ }) { return (
-
+
- +
diff --git a/apps/site/app/(base)/page.tsx b/apps/site/app/(base)/page.tsx index 4b593ec62..283fb59ed 100644 --- a/apps/site/app/(base)/page.tsx +++ b/apps/site/app/(base)/page.tsx @@ -10,7 +10,7 @@ export default async function Home() { } return ( - + {adds.items.map((add, index) => add.removed ? null : ( // @ts-ignore diff --git a/apps/site/app/channel/[id]/[index]/error.tsx b/apps/site/app/channel/[id]/[index]/error.tsx index 530e8a142..b720a698d 100644 --- a/apps/site/app/channel/[id]/[index]/error.tsx +++ b/apps/site/app/channel/[id]/[index]/error.tsx @@ -18,7 +18,7 @@ export default function ItemError({ const router = useRouter() return ( - + Something went wrong