diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/app/(dash)/chat/CodeBlock.tsx | 2 | ||||
| -rw-r--r-- | apps/web/app/(landing)/package.json | 5 | ||||
| -rw-r--r-- | apps/web/app/(landing)/page.tsx | 2 |
3 files changed, 2 insertions, 7 deletions
diff --git a/apps/web/app/(dash)/chat/CodeBlock.tsx b/apps/web/app/(dash)/chat/CodeBlock.tsx index f9929f70..0bb6a19d 100644 --- a/apps/web/app/(dash)/chat/CodeBlock.tsx +++ b/apps/web/app/(dash)/chat/CodeBlock.tsx @@ -53,7 +53,7 @@ const CodeBar = React.memo( viewBox="0 0 24 24" strokeWidth={1.5} stroke="currentColor" - className="size-6" + className="size-4" > <path strokeLinecap="round" diff --git a/apps/web/app/(landing)/package.json b/apps/web/app/(landing)/package.json deleted file mode 100644 index a7fabf2f..00000000 --- a/apps/web/app/(landing)/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "scripts": { - "vercel-build": "next build" - } -} diff --git a/apps/web/app/(landing)/page.tsx b/apps/web/app/(landing)/page.tsx index 562e9af9..09f94d92 100644 --- a/apps/web/app/(landing)/page.tsx +++ b/apps/web/app/(landing)/page.tsx @@ -16,7 +16,7 @@ export default async function Home() { console.log(user); if (user) { - // await redirect("/home") + await redirect("/home"); } return ( |