From cabb6f85244c29f0b2df168c969778836e70118f Mon Sep 17 00:00:00 2001 From: hotwater Date: Sun, 14 Jan 2024 15:32:32 +0200 Subject: [PATCH] chore: lint --- apps/www/app/docs/[[...slug]]/page.tsx | 16 ++++++++-------- apps/www/app/page.tsx | 2 +- apps/www/components/site-footer.tsx | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/www/app/docs/[[...slug]]/page.tsx b/apps/www/app/docs/[[...slug]]/page.tsx index c587963..663340b 100644 --- a/apps/www/app/docs/[[...slug]]/page.tsx +++ b/apps/www/app/docs/[[...slug]]/page.tsx @@ -89,11 +89,11 @@ export default async function DocPage({ params }: DocPageProps) { return (
-
-
+
+
Docs
- +
{doc.title}
@@ -107,7 +107,7 @@ export default async function DocPage({ params }: DocPageProps) { )}
{doc.links ? ( -
+
{doc.links?.doc && ( Docs - + )} {doc.links?.api && ( @@ -127,19 +127,19 @@ export default async function DocPage({ params }: DocPageProps) { className={cn(badgeVariants({ variant: "secondary" }), "gap-1")} > API Reference - + )}
) : null} -
+
{doc.toc && (
-
+
diff --git a/apps/www/app/page.tsx b/apps/www/app/page.tsx index 79aec6e..4ca5c4b 100644 --- a/apps/www/app/page.tsx +++ b/apps/www/app/page.tsx @@ -31,7 +31,7 @@ export default function IndexPage() { href={siteConfig.links.github} className={cn(buttonVariants({ variant: "outline" }))} > - + GitHub diff --git a/apps/www/components/site-footer.tsx b/apps/www/components/site-footer.tsx index 8c7f1f3..5f295df 100644 --- a/apps/www/components/site-footer.tsx +++ b/apps/www/components/site-footer.tsx @@ -2,9 +2,9 @@ import { siteConfig } from "@/config/site" export function SiteFooter() { return ( -