Skip to content

Commit 37d55cb

Browse files
committed
run format
1 parent bb2b6f7 commit 37d55cb

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/components/DocsCalloutQueryGG.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ export function DocsCalloutQueryGG() {
2323
<cite className="italic block text-right">—Tanner Linsley</cite>
2424
</blockquote>
2525

26-
<div className="grid justify-center bg-gray-800 dark:bg-gray-100 text-gray-100 dark:text-gray-800 z-10">
27-
</div>
26+
<div className="grid justify-center bg-gray-800 dark:bg-gray-100 text-gray-100 dark:text-gray-800 z-10"></div>
2827

2928
{ppp && (
3029
<>

src/routes/_libraries/query.$version.index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default function VersionIndex() {
8484
</Link>
8585
<p>(or chek out our official course 👇)</p>
8686
</div>
87-
<QueryGGBanner />
87+
<QueryGGBanner />
8888
</div>
8989
<LibraryFeatureHighlights
9090
featureHighlights={library.featureHighlights}

src/utils/documents.server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ export function extractFrontMatter(content: string) {
320320
...result,
321321
data: {
322322
...result.data,
323-
description: createExcerpt(result.content)
324-
} as { [key: string]: any } & { description: string }
323+
description: createExcerpt(result.content),
324+
} as { [key: string]: any } & { description: string },
325325
}
326326
}
327327

0 commit comments

Comments
 (0)