Skip to content

Commit 2936abd

Browse files
Update src/components/dev-dot-content/mdx-components/mdx-alert/index.tsx
Co-authored-by: Tu Nguyen <[email protected]>
1 parent e3ea27e commit 2936abd

File tree

1 file changed

+1
-1
lines changed
  • src/components/dev-dot-content/mdx-components/mdx-alert

1 file changed

+1
-1
lines changed

src/components/dev-dot-content/mdx-components/mdx-alert/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const AlertErrorFallback = (
6969
</div>
7070
)
7171

72-
export const MdxInlineAlert = withErrorBoundary(
72+
export const MdxInlineAlert = withErrorBoundary(
7373
MdxInlineAlertBase,
7474
AlertErrorFallback,
7575
(error, errorInfo) => {

0 commit comments

Comments
 (0)