Skip to content

Commit 686da2f

Browse files
committed
fix: grid col
1 parent 623b078 commit 686da2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/www/app/docs/@details/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default async function HooksPage() {
1515
enhance your development experience.
1616
</p>
1717

18-
<div className="grid gap-2 md:grid-cols-2 lg:grid-cols-3">
18+
<div className="grid gap-2 md:grid-cols-2 lg:grid-cols-2">
1919
{hooks.map((hook) => (
2020
<div
2121
className="container mx-auto py-4 sm:py-12 px-0 sm:px-4"

apps/www/next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)