Skip to content

Commit 102c21c

Browse files
[getsentry/action-github-commit] Auto commit
1 parent ca36cfc commit 102c21c

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

src/@types/acorn.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
declare module 'acorn' {
66
const acorn: any;
77
export = acorn;
8-
}
8+
}

src/@types/radix-ui__react-icons.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ declare module '@radix-ui/react-icons' {
2828
export const ArrowRightIcon: IconComponent;
2929
export const MoonIcon: IconComponent;
3030
export const SunIcon: IconComponent;
31-
}
31+
}

src/@types/sentry__nextjs.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// during local development and preview builds. The real package ships its own
33
// types, but CI environments without full Node resolution may still need this.
44

5-
declare module '@sentry/nextjs';
5+
declare module '@sentry/nextjs';

src/components/copyForLLMButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"use client";
1+
'use client';
22

33
/* eslint-disable simple-import-sort/imports */
44

@@ -71,4 +71,4 @@ export default function CopyForLLMButton() {
7171
)}
7272
</Fragment>
7373
);
74-
}
74+
}

src/components/docPage/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ export function DocPage({
8585
<Banner />
8686
</div>
8787
<div className="overflow-hidden">
88-
{leafNode && <Breadcrumbs leafNode={leafNode} />}{' '}
89-
<CopyForLLMButton />
88+
{leafNode && <Breadcrumbs leafNode={leafNode} />} <CopyForLLMButton />
9089
<Link
9190
rel="nofollow"
9291
className="float-right"

0 commit comments

Comments
 (0)